-
Notifications
You must be signed in to change notification settings - Fork 186
Open
Labels
A-runtimeArea: Runtime / deadpool-runtimeArea: Runtime / deadpool-runtimeRT-smolRuntime: smolRuntime: smolenhancementNew feature or requestNew feature or request
Description
async-std was deprecated 5 months ago.
As of now deadpool-runtime only supports tokio and async-std for timeouts and spawning tasks.
This issue is only about adding support for timeouts and spawning tasks on a given runtime.
The usage of tokio::sync::Semaphore will not be changed as this is the only fair async semaphore implementation available at the moment:
Metadata
Metadata
Assignees
Labels
A-runtimeArea: Runtime / deadpool-runtimeArea: Runtime / deadpool-runtimeRT-smolRuntime: smolRuntime: smolenhancementNew feature or requestNew feature or request