Skip to content

Commit 06b1537

Browse files
Tsung-Wei HuangTsung-Wei Huang
authored andcommitted
updated
1 parent e6b1ded commit 06b1537

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

images/2025-CppCon-AsyncTask.png

1.2 MB
Loading
835 KB
Loading

js/news.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
const news = [
2+
{
3+
title: "Taskflow at CppCon 2025",
4+
image_src: "images/2025-CppCon-AsyncTask.png",
5+
image_url: "https://cppcon2025.sched.com/event/27bR8/dynamic-asynchronous-tasking-with-dependencies",
6+
content: `We presented the dynamic task graph programming interface of Taskflow at 2025 CppCon!`,
7+
footer: "Last updated on 2025/09/19"
8+
},
9+
{
10+
title: "Taskflow won the Best Poster Award at CppCon'25",
11+
image_src: "images/2025-CppCon-Poster-Award.png",
12+
image_url: "https://cppcon.org/",
13+
content: `Taskflow won the best poster award at 2025 CppCon!`,
14+
footer: "Last updated on 2025/09/19"
15+
},
216
{
317
title: "Taskflow contributed to C++26 std::exec",
418
image_src: "images/stdexec.png",

0 commit comments

Comments
 (0)