Make tokio an optional dependency for core module#95
Make tokio an optional dependency for core module#95sunng87 wants to merge 1 commit intodeadpool-rs:masterfrom sunng87:fix/tokio-optional
Conversation
|
The CI tests do pass because they are run with |
|
If you want to make
The semaphore implementation from The semaphore from
|
|
I've added tests to the CI that should cover this. If you rebase your PR to the latest version of the |
|
Understand. Thank you for clarification. |
At the moment, tokio is a required dependency even if we are using async-std. This patch make it optional to clean up dependency tree.