Crates.io | taski |
lib.rs | taski |
version | 0.0.5 |
source | src |
created_at | 2023-05-04 13:51:34.168716 |
updated_at | 2024-05-15 00:52:14.359917 |
description | async task DAG execution |
homepage | https://github.com/romnn/taski |
repository | https://github.com/romnn/taski |
max_upload_size | |
id | 856736 |
size | 185,638 |
allow users to specify custom colors
support dynamic arguments too
add examples of competitor libs
add embedme
add documentation
add one more example
improve the layout library using plotters
NO: add a builder for the scheduler
NO: add a schedule trait
DONE: add more tests for different policies: fifo, priority, custom
DONE: use logging
DONE: remove the trace mutex? should not be required
DONE: add support for async closures / functions
DONE: use petgraph for the graph representation
add_task
cargo install cargo-expand
cargo expand ::task
There exist many different task scheduler implementations, the goals of this implementation are as follows: