Skip to content

Conversation

dignifiedquire
Copy link
Member

@dignifiedquire dignifiedquire commented May 7, 2020

Waiting on #756 to finish


Preview for 1.6.0-beta.1

Added

  • Added task::spawn_local. (#757)
  • Added out of the box support for wasm. (#757)
  • Added JoinHandle::cancel (#757)
  • Added sync::Condvar (#369)
  • Added sync::Sender::try_send and sync::Receiver::try_recv (#585)
  • Added no_std support for task, future and stream (#680)

Changed

  • Switched underlying runtime to smol. (#757)
  • Switched implementation of sync::Barrier to use sync::Condvar like std does. (#581)

Fixed

  • Allow compilation on 32 bit targets, by using AtomicUsize for TaskId. (#756)
@dignifiedquire dignifiedquire merged commit e404dcd into master May 7, 2020
@dignifiedquire dignifiedquire deleted the feat/1-6-0 branch May 7, 2020 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants