smol-cancellation-token

Crates.iosmol-cancellation-token
lib.rssmol-cancellation-token
version0.1.0
created_at2025-03-11 15:19:34.594853+00
updated_at2025-03-11 15:19:34.594853+00
descriptionA 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
repositoryhttps://github.com/greenhat616/smol-cancellation-token
max_upload_size
id1588033
size42,507
Jonson Petard (greenhat616)

documentation

README

Smol Cancellation Token

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.

Commit count: 3

cargo fmt