mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-23 21:51:06 +01:00
Release actix-rt 1.1.0 (#126)
* Release actix-rt 1.1.0 * Update actix-rt/CHANGES.md
This commit is contained in:
parent
783880bb0a
commit
65e2e8052e
@ -1,14 +1,17 @@
|
||||
# Changes
|
||||
|
||||
## [TBD] - [TBD]
|
||||
## [1.1.0] - 2020-04-08
|
||||
|
||||
Added
|
||||
### Added
|
||||
|
||||
- Expose `System::is_set` to check if current system has ben started
|
||||
* 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]
|
||||
|
||||
- Add `Arbiter::is_running` to check if event loop is running
|
||||
|
||||
- Add `Arbiter::local_join` associated function to get be able to `await` for spawned futures
|
||||
[#94]: https://github.com/actix/actix-net/pull/94
|
||||
[#99]: https://github.com/actix/actix-net/pull/99
|
||||
[#124]: https://github.com/actix/actix-net/pull/124
|
||||
|
||||
## [1.0.0] - 2019-12-11
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "actix-rt"
|
||||
version = "1.0.0"
|
||||
version = "1.1.0"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
description = "Actix runtime"
|
||||
keywords = ["network", "framework", "async", "futures"]
|
||||
|
Loading…
Reference in New Issue
Block a user