-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added handling of the case where we're within a Tokio Runtime or not (#…
…50) * Added handling of the case where we're within a Tokio Runtime or not based on a check * if we're within a Tokio Runtime use the current handle * if not, use a dedicated Tokio Runtime we have (e.g. we're within an async-std executor) * Reorganize the crate path Signed-off-by: ChenYing Kuo <evshary@gmail.com> --------- Signed-off-by: ChenYing Kuo <evshary@gmail.com> Co-authored-by: ChenYing Kuo <evshary@gmail.com>
- Loading branch information
1 parent
4607454
commit b977153
Showing
1 changed file
with
40 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters