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

Add blocking_recv method to oneshot::Receiver #4334

Merged
merged 3 commits into from Jan 10, 2022

Commits on Dec 21, 2021

  1. Copy the full SHA
    b9a37f5 View commit details
    Browse the repository at this point in the history
  2. Compile oneshot::Receiver::blocking_recv() only when "sync" feature i…

    …s enabled (future::block_on is exported only if it is enabled, but sync module is compiled in any case for use within tokio)
    0xd34d10cc committed Dec 21, 2021
    Copy the full SHA
    ded4e12 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

  1. Copy the full SHA
    b1c153f View commit details
    Browse the repository at this point in the history