GitXplorerGitXplorer
T

mio-pipe

public
5 stars
1 forks
1 issues

Commits

List of commits on branch master.
Unverified
6072a40fee5a8e79fa9a6305595a83dfe49d9818

Lessen expect_one_closed_event strict assertions

TThomasdezeeuw committed 5 years ago
Unverified
3c141079196f491c40f4f2f69f0ba0eb549822a9

Add more logging to expect_one_closed_event on failure

TThomasdezeeuw committed 5 years ago
Unverified
f04a8afa4de249a0d55cacd8e0ce779d560e12a9

Fix link in README

TThomasdezeeuw committed 5 years ago
Unverified
4d68c334a5c9b2e4c301bd1fc55fcd13cb74fe47

Update Mio dependency to v0.7

TThomasdezeeuw committed 5 years ago
Unverified
ced5db0954e1c98afddc9011a3f9057c7695bd61

Add check for closed event for Receiver if process is stopped

TThomasdezeeuw committed 5 years ago
Unverified
9c6866ce4266c608208e0b5e462280b338f18c08

Add {Sender, Receiver}::set_nonblocking

TThomasdezeeuw committed 5 years ago

README

The README file for this repository.

Mio pipe

Build Status Build status License: MIT Crates.io Docs

Crate that wraps a Unix pipe for use with Mio.

See the API documentation for more.

Deprecation notice

Since version 0.7.5 Mio has support for the pipe(2) system call in the crate (based on this implementation): https://docs.rs/mio/0.7.5/mio/unix/pipe/index.html.

Supported platforms

Currently supported platforms:

  • Android
  • DragonFly BSD
  • FreeBSD
  • Linux
  • NetBSD
  • OpenBSD
  • iOS
  • macOS

The most notable exception in the list is Windows. If you want to contribute a port to Windows please see issue #6.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.