lustre-executor 0.2.0

A blazingly fast, minimal async executor with pluggable ID generation and I/O support.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Examples

This directory contains sample projects demonstrating lustre-executor usage.

## Running an Example

To run an example:

```bash
cargo run --example basic_spawn
```

## Examples

- `basic_spawn`: Spawns a simple async task that prints a message.
- `custom_id_timer`: Basic timer usage.