Skip to content

Commit c4ec709

Browse files
author
Tsung-Wei Huang
committed
updated news
1 parent 99d1907 commit c4ec709

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

images/stdexec.png

61.8 KB
Loading

js/news.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
const news = [
2+
{
3+
title: "Taskflow contributed to C++26 std::exec",
4+
image_src: "images/stdexec.png",
5+
image_url: "https://github.com/NVIDIA/stdexec/tree/main/include/execpools",
6+
content: `Taskflow's executor has contributed to Nvidia's implementation of C++26 <a href="https://github.com/NVIDIA/stdexec/tree/main/include/execpools">std::exec</a> library! We are eager to see millions of C++ developers benefiting from using Taskflow!`,
7+
footer: "Last updated on 2025/05/12"
8+
},
29
{
310
title: "Taskflow v3.10 released",
411
image_src: "images/release.png",

0 commit comments

Comments
 (0)