1
0
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:
Jonathas-Conceicao
2020-02-06 00:36:00 -03:00
committed by Jonathas Conceição
parent e3b6a33b97
commit f1685d8253
3 changed files with 57 additions and 2 deletions

View File

@ -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