#background #task #web-worker #execute #thread #function

task_simple

在桌面和Web上后台执行函数

5个版本 (3个破坏性更新)

0.4.1 2024年5月27日
0.4.0 2024年5月27日
0.3.0 2024年5月26日
0.2.0 2024年5月26日
0.1.0 2024年5月22日

#327 in WebAssembly

MIT/Apache

30KB
736

task_simple

Latest version Documentation

在桌面/本地和Web/wasm上后台执行函数。在桌面/本地,使用线程。在Web/wasm,使用WebWorker。


注意:examples/simple_example中有示例。

许可证

根据您的选择,许可协议为Apache License,版本2.0或MIT许可证。
除非您明确声明,否则根据Apache-2.0许可证定义,您提交给task_simple的任何贡献都将根据上述许可进行双重许可,不附加任何额外条款或条件。

lib.rs:

这是一个基本任务实现,可以在标准(Linux、Windows、MacOs)和Wasm(Web)中使用。这里的任务意味着可以在后台运行的函数(标准:线程,Wasm:WebWorker)。

依赖项

~0.4–2.7MB
~56K SLoC