文件名称:task:简单的任务计划程序
文件大小:16KB
文件格式:ZIP
更新时间:2024-04-30 12:42:21
C++
塔西
简单的任务计划程序,taski支持工作窃取和工作共享。 Taski需要C ++ 17,对于仅需要C ++ 14的旧版本,请使用ff7c808。
支持的编译器
GCC> = 7.2.0
支持C ++ 17的Clang
例子
// test.cpp
# include < iostream>
# include " taski/all.hpp "
int main () {
// number of workers -------------+
// |
// scheduling policy ------+ |
// | |
taski::scheduler
【文件预览】:
task-master
----.github()
--------workflows()
----tests()
--------compiles_good.cpp(3KB)
----include()
--------taski()
----LICENSE(1KB)
----src()
--------main.cpp(2KB)
--------benchmark.cpp(1KB)
----.gitignore(66B)
----Makefile(551B)
----README.md(934B)
----build()
--------.gitkeep(0B)