| Crates.io | async-repeater |
| lib.rs | async-repeater |
| version | 1.0.0 |
| created_at | 2025-07-05 14:28:09.144706+00 |
| updated_at | 2025-07-05 14:28:09.144706+00 |
| description | Tokio based library for repeating tasks with user defined durations and start times. |
| homepage | https://github.com/NotNorom/async-repeater |
| repository | https://github.com/NotNorom/async-repeater |
| max_upload_size | |
| id | 1739151 |
| size | 24,617 |
Tokio based library for repeating tasks with user defined durations and start times.
The repeater runs in its own task and the provided call back is also run its own task.
See examples for how to use it.