Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Releases: blackbeam/named_pipe

v0.4.1

06 Apr 14:10
Compare
Choose a tag to compare
  • #8 fixed;
  • minimum required rust version is 1.33

v0.4.0

03 Jan 17:07
Compare
Choose a tag to compare
  • pending operations is now cancelled in the Drop impl of ReadHandle and WriteHandle (see #5).
  • {PipeServer|PipeClient}::{read|write}_async is now unsafe and removed from public API. Only owned
    versions are still available.