Skip to content

actix-rt: v2.0.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@robjtede robjtede released this 31 Jan 05:38
· 476 commits to master since this release
057e7cd
  • Remove run_in_tokio, attach_to_tokio and AsyncSystemRunner. #253
  • Return JoinHandle from actix_rt::spawn. #253
  • Remove old Arbiter::spawn. Implementation is now inlined into actix_rt::spawn. #253
  • Rename Arbiter::{send => spawn} and Arbiter::{exec_fn => spawn_fn}. #253
  • Remove Arbiter::exec. #253
  • Remove deprecated Arbiter::local_join and Arbiter::is_running. #253
  • Arbiter::spawn now accepts !Unpin futures. #256
  • System::new no longer takes arguments. #257
  • Remove System::with_current. #257
  • Remove Builder. #257
  • Add System::with_init as replacement for Builder::run. #257
  • Rename System::{is_set => is_registered}. #257
  • Add ArbiterHandle for sending messages to non-current-thread arbiters. #257.
  • System::arbiter now returns an &ArbiterHandle. #257
  • Arbiter::current now returns an ArbiterHandle instead. #257
  • Arbiter::join now takes self by value. #257