Files
tlsn-utils/CHANGELOG.md
Nicolas Le Bel 280bb38dac feat(serio): unbounded memory channels (#37)
* Added unbounded memory channels

* Add Clone to channel senders

* Changelog

* Apply suggestions from code review

Co-authored-by: th4s <th4s@metavoid.xyz>

* UnboundedMemoryDuplex + comments

---------

Co-authored-by: th4s <th4s@metavoid.xyz>
2024-11-25 08:14:45 -08:00

482 B

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

UnboundedMemorySink and UnboundedMemoryStream mirroring the MemorySink and MemoryStream wrappers of futures::mpsc::{Sender, Receiver} for futures::mpsc::{UnboundedSender, UnboundedReceiver}.