| Crates.io | smol-cancellation-token |
| lib.rs | smol-cancellation-token |
| version | 0.1.0 |
| created_at | 2025-03-11 15:19:34.594853+00 |
| updated_at | 2025-03-11 15:19:34.594853+00 |
| description | A simple cancellation token implementation for Smol, copied from tokio-util's cancellation token, and replace the `waker` with `EventListener` to make it cross async runtime compatible. |
| homepage | |
| repository | https://github.com/greenhat616/smol-cancellation-token |
| max_upload_size | |
| id | 1588033 |
| size | 42,507 |
A simple cancellation token implementation for Smol, copied from tokio-util's cancellation token, and replace the waker with EventListener to make it cross async runtime compatible.