mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-27 03:49:03 +02:00
Add Arbiter::local_join associated function
Arbiter::local_join function can be used to await for futures spawned on current arbiter. Signed-off-by: Jonathas-Conceicao <jadoliveira@inf.ufpel.edu.br>
This commit is contained in:
committed by
Jonathas Conceição
parent
e3b6a33b97
commit
f1685d8253
@ -4,6 +4,8 @@
|
||||
|
||||
- Expose `System::is_set` to check if current system is running
|
||||
|
||||
- Add `Arbiter::local_join` associated function to get be able to `await` for spawned futures
|
||||
|
||||
## [1.0.0] - 2019-12-11
|
||||
|
||||
* Update dependencies
|
||||
|
Reference in New Issue
Block a user