Spawn Scope
A small utility to manage spawned tokio tasks.
Usage
use Scope;
async
Examples
A simple example demonstrating basic usage with tokio can be found in examples/tokio_simple.rs. To run it:
Testing
To run the tests, use the following command: