From 9b5ac6e6370679368640197c49e11a96941b047d Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Fri, 6 Sep 2024 09:36:16 +1200 Subject: [PATCH] Add `Queue#push` and `Queue#pop` for compatibility with `::Queue`. --- releases.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/releases.md b/releases.md index 3f09cff..ccf74d3 100644 --- a/releases.md +++ b/releases.md @@ -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