This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add async test helper to timeout and provide a task_executor automatically #6651
Add async test helper to timeout and provide a task_executor automatically #6651
Changes from 29 commits
476c881
8117934
ce5ea42
34c0f23
544c1d2
2796798
a0535f7
b86cc8e
6b2f66f
2a47de6
24a165b
0507b2f
f173c1c
8e45871
b7e1b1d
a200f34
c157c22
d074de0
f0c0e7f
3a5d4f0
40d1804
a8c62ff
82ceab0
badbec3
a9d03e1
c7c3e52
78037b8
0587d76
e4b9ff1
948c64c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bkchr I made this test-crate to check if it worked but I found out that tokio relies on the extern name tokio. The rest is fine and working though. I inspired my code from what you provided but I simplified a bit.
(I have not done the generate_crate_access yet!)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure what generate_crate_access is doing/solving. Do you have a small & quick explanation?