An open API service indexing awesome lists of open source software.

https://github.com/thomasdezeeuw/mio-signals

Crate for handling signals with Mio.
https://github.com/thomasdezeeuw/mio-signals

Last synced: 7 months ago
JSON representation

Crate for handling signals with Mio.

Awesome Lists containing this project

README

          

# Mio signals

[![Build Status](https://travis-ci.com/Thomasdezeeuw/mio-signals.svg?branch=master)](https://travis-ci.com/Thomasdezeeuw/mio-signals)
[![Build status](https://api.cirrus-ci.com/github/Thomasdezeeuw/mio-signals.svg)](https://cirrus-ci.com/github/Thomasdezeeuw/mio-signals)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Crates.io](https://img.shields.io/crates/v/mio-signals.svg)](https://crates.io/crates/mio-signals)
[![Docs](https://docs.rs/mio-signals/badge.svg)](https://docs.rs/mio-signals)

Crate for handling signals with [Mio].

See the [API documentation] for more.

[Mio]: https://crates.io/crates/mio
[API documentation]: https://docs.rs/mio-signals

## 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 #4].

[issue #4]: https://github.com/Thomasdezeeuw/mio-signals/issues/4

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