Skip to content

prepare v1.6.0-beta.1 #765

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
May 7, 2020
Merged

prepare v1.6.0-beta.1 #765

merged 1 commit into from
May 7, 2020

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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants