Update actix-rt/CHANGES.md

This commit is contained in:
Yuki Okushi 2020-04-08 05:19:56 +09:00 committed by GitHub
parent 48b9996ee9
commit 2688ed82dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
### Added
* Expose `System::is_set` to check if current system has ben started [#124]
* Add `Arbiter::is_running` to check if event loop is running [#99]
* Expose `System::is_set` to check if current system has ben started [#99]
* Add `Arbiter::is_running` to check if event loop is running [#124]
* Add `Arbiter::local_join` associated function
to get be able to `await` for spawned futures [#94]