mirror of https://github.com/fafhrd91/actix-net
Update actix-rt/CHANGES.md
This commit is contained in:
parent
48b9996ee9
commit
2688ed82dd
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in New Issue