mirror of https://github.com/fafhrd91/actix-net
fix changelog
This commit is contained in:
parent
c81ce40058
commit
1d5219da17
|
@ -8,9 +8,10 @@
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* Remove `'static` lifetime requirement for `Runtime::block_on` and `SystemRunner::block_on`. These functions would
|
* Remove `'static` lifetime requirement for `Runtime::block_on` and `SystemRunner::block_on`.
|
||||||
accept a `&Self` when calling. Remove `'static` lifetime requirement for `System::run`. Deprecate `Arbiter::is_running`
|
Remove `'static` lifetime requirement for `System::run`.
|
||||||
and `Arbiter::local_join`. `Arbiter::spawn` would panic when `System` is not in scope. [#207]
|
Deprecate `Arbiter::is_running` and `Arbiter::local_join`.
|
||||||
|
`Arbiter::spawn` would panic when `System` is not in scope. [#207]
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue