actix-rt: v2.0.0-beta.1
Pre-release
Pre-release
·
521 commits
to master
since this release
Added
- Add
System::attach_to_tokio
method. [#173]
Changed
- Update
tokio
dependency to1.0
. #236 - Rename
time
moduledelay_for
tosleep
,delay_until
tosleep_until
,Delay
toSleep
to stay aligned with Tokio's naming. #236 - Remove
'static
lifetime requirement forRuntime::block_on
andSystemRunner::block_on
.- These methods now accept
&self
when calling. #236
- These methods now accept
- Remove
'static
lifetime requirement forSystem::run
andBuilder::run
. #236 Arbiter::spawn
now panics whenSystem
is not in scope. #207
Fixed
- Fix work load issue by removing
PENDING
thread local. #207