-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add basic support for async dispatch (#1771)
This adds basic support for async coroutines as trait observe handlers, as discussed in #1770 This is designed to be the smallest thing that will work. **Checklist** - [x] Tests - [ ] Update API reference (`docs/source/traits_api_reference`) -- don't think there are any changes here - [x] Update User manual (`docs/source/traits_user_manual`) - [ ] Update type annotation hints in stub files -- also no changes here --------- Co-authored-by: Mark Dickinson <[email protected]>
- Loading branch information
1 parent
95cfc08
commit 2d13ed5
Showing
4 changed files
with
186 additions
and
2 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
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
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
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