Skip to content

Tags: B34nK0/tokio

Tags

tokio-macros-1.6.0

Toggle tokio-macros-1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: prepare tokio-macros 1.6.0 (tokio-rs#4239)

tokio-1.14.0

Toggle tokio-1.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: prepare Tokio v1.14.0 (tokio-rs#4234)

# 1.14.0 (November 15, 2021)

### Fixed

- macros: fix compiler errors when using `mut` patterns in `select!`
  ([tokio-rs#4211])
- sync: fix a data race between `oneshot::Sender::send` and awaiting a
  `oneshot::Receiver` when the oneshot has been closed ([tokio-rs#4226])
- sync: make `AtomicWaker` panic safe ([tokio-rs#3689])
- runtime: fix basic scheduler dropping tasks outside a runtime context
  ([tokio-rs#4213])

### Added

- stats: add `RuntimeStats::busy_duration_total` ([tokio-rs#4179], [tokio-rs#4223])

### Changed

- io: updated `copy` buffer size to match `std::io::copy` ([tokio-rs#4209])

### Documented

- io: rename buffer to file in doc-test ([tokio-rs#4230])
- sync: fix Notify example ([tokio-rs#4212])

[tokio-rs#4211]: tokio-rs#4211
[tokio-rs#4226]: tokio-rs#4226
[tokio-rs#3689]: tokio-rs#3689
[tokio-rs#4213]: tokio-rs#4213
[tokio-rs#4179]: tokio-rs#4179
[tokio-rs#4223]: tokio-rs#4223
[tokio-rs#4209]: tokio-rs#4209
[tokio-rs#4230]: tokio-rs#4230
[tokio-rs#4212]: tokio-rs#4212

tokio-1.8.4

Toggle tokio-1.8.4's commit message
# 1.8.4 (November 15, 2021)

This release backports a bug fix from 1.13.1.

### Fixed

- sync: fix a data race between `oneshot::Sender::send` and awaiting a
  `oneshot::Receiver` when the oneshot has been closed (tokio-rs#4226)

tokio-1.13.1

Toggle tokio-1.13.1's commit message
# 1.13.1 (November 15, 2021)

### Fixed

- sync: fix a data race between `oneshot::Sender::send` and awaiting a
  `oneshot::Receiver` when the oneshot has been closed (tokio-rs#4226)

tokio-util-0.6.9

Toggle tokio-util-0.6.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: prepare tokio-util 0.6.9 (tokio-rs#4199)

tokio-stream-0.1.8

Toggle tokio-stream-0.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: prepare tokio-stream 0.1.8 (tokio-rs#4198)

tokio-macros-1.5.1

Toggle tokio-macros-1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: prepare tokio-macros 1.6.0 (tokio-rs#4197)

tokio-1.13.0

Toggle tokio-1.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: prepare Tokio v1.13.0 (tokio-rs#4196)

tokio-macros-1.5.0

Toggle tokio-macros-1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: prepare tokio-macros v1.5.0 (tokio-rs#4167)

tokio-macros-1.4.1

Toggle tokio-macros-1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: prepare tokio-macros 1.4.1 (tokio-rs#4142)

This reverts commit 33f0a1f.