smelling_salts 0.2.3

Start a thread to wake an async executor when the OS's I/O event notifier discovers that the hardware is ready.
Documentation

Smelling Salts

Changelog | Source | Getting Started

tests docs crates.io

Start a thread to wake an async executor when the OS's I/O event notifier gathers that the hardware is ready.

About

If you're writing a Rust library to handle hardware asynchronously, you should use this crate. This library automatically wakes futures by registering a waker with a device that you construct with a file descriptor.

Currently Supported Platforms

  • Linux (epoll)

Planned Platforms

  • Windows
  • MacOS
  • BSD
  • Various Bare Metal?
  • Others?

License

Licensed under any of

at your option.

Contribution

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

Help

If you want help using or contributing to this library, feel free to send me an email at aldaronlau@gmail.com.