Skip to content

Commit

Permalink
Add Queue#push and Queue#pop for compatibility with ::Queue.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Sep 5, 2024
1 parent 4f2304b commit 9b5ac6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions releases.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Releases

## Unreleased

- Introduce `Async::Queue#push` and `Async::Queue#pop` for compatibility with `::Queue`.

## v2.16.0

### Better Handling of Async and Sync in Nested Fibers
Expand Down

0 comments on commit 9b5ac6e

Please sign in to comment.