Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

prepare v1.6.0-beta.1 #765

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

Successfully merging this pull request may close these issues.

2 participants