-
Notifications
You must be signed in to change notification settings - Fork 13
feat: Add anyspawn crate with generic Spawner trait for spawn tasks for different async runtimes #193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
schgoo
wants to merge
35
commits into
microsoft:main
Choose a base branch
from
schgoo:u/schgoo/wing
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat: Add anyspawn crate with generic Spawner trait for spawn tasks for different async runtimes #193
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
8786054
Add wing crate
schgoo 4226748
Simplify
schgoo bcbe6fc
Make it non-blocking
schgoo dbfc6c4
Update readme
schgoo 5b1415a
Simplify with custom spawner as enum variant instead of trait
schgoo 17e5d85
Rename wing to arty
schgoo dfa8fba
Fix clippy issues
schgoo 3847bb0
Merge branch 'main' into u/schgoo/wing
schgoo e5cef96
Fix unused dependency
schgoo ab50740
Fix unused dependency
schgoo 40ef42e
Merge branch 'u/schgoo/wing' of https://github.com/schgoo/oxidizer in…
schgoo 615fb0c
Add run method. Clean up examples and tests. Clean up imports
schgoo 13758c7
Fix PR issues
schgoo 5c45385
Return T from Spawner::run
schgoo fef891a
Fix clippy/fmt/error
schgoo 9677c99
Merge branch 'main' into u/schgoo/wing
schgoo 706447e
Update README
schgoo a02712c
Merge branch 'u/schgoo/wing' of https://github.com/schgoo/oxidizer in…
schgoo fe599df
Fix code coverage
schgoo 25b462a
Fix some missed renames wing -> arty
schgoo cc04c3e
Better logo, some readme updates
schgoo b897f60
Add JoinHandle, remove run
schgoo b2578ef
Add custom feature
schgoo 5328f72
nit
schgoo 1904e36
Add static assertion for JoinHandle impl Send
schgoo 764777e
fix wrong static assertion
schgoo b35c587
Remove unused use statement
schgoo d90e539
Replace async-std with smol. Don't compile modules without any featur…
schgoo ebed5dc
Remove no features compile error
schgoo 2a659fc
Fix some build issues
schgoo af0a8a6
Ignore tests docs
schgoo 4681000
Rename arty to anyspawn
schgoo 00d0ab6
Merge with main
schgoo 7cf96b5
Accidentally removed cargo.lock
schgoo cec8d07
Merge branch 'main' into u/schgoo/wing
schgoo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.