Skip to content

weilewei/sr-taskflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

sr-taskflow

A demo of a Sender based TaskFlow inspired API for dynamic graph execution.

Build instructions

This project relies on a local clone of the stdexec library.

git clone https://github.com/ccotter/sr-taskflow && cd sr-taskflow
git clone https://github.com/NVIDIA/stdexec
mkdir build && cd build && cmake -DCMAKE_CXX_STANDARD=20 .. && make
./sr-taskflow

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.8%
  • CMake 7.2%