Rust Tasking
Simple tasking utility that automatically replaces tasks based on descriptors.
Currently only tokio implementation.
Utilities
Task: update by descriptor, abort on drop.TaskHub: update by a list of descriptors, usingTaskinternally.
Usage
let task = new;
task
.update
.await;
Checkout examples for usage.
License
MIT License.