Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 482 Bytes

CHANGELOG.md

File metadata and controls

11 lines (7 loc) · 482 Bytes

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}.