mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-11 00:00:16 +02:00
The `Handle` type is intended to be used by end users of Tokio. The wakeup functionlity is needed by executor implementations. It doesn't make sense to put executor specific functionality on a type that is intended for end users.