summaryrefslogtreecommitdiffstats
path: root/tokio-signal/examples/multiple.rs
AgeCommit message (Expand)Author
2019-08-17signal: move into tokio-net (#1463)Carl Lerche
2019-08-15signal: rename SignalKind methods (#1457)Ivan Petkov
2019-08-13signal: Add SignalKind for registering signals more easily (#1430)Ivan Petkov
2019-08-11chore: bump to newer nightly (#1426)Taiki Endo
2019-08-10chore: change default lint level to warning and deny warnings in CI (#1416)Taiki Endo
2019-07-30signal: Change constructors to return a result instead of lazy future (#1340)Ivan Petkov
2019-07-20signal: change unix::Signal to return () instead of signum (#1330)Ivan Petkov
2019-07-10tokio: update threaded runtime to std::future (#1280)Carl Lerche
2019-07-03signal: migrate to std::futures (#1218)Ivan Petkov
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2018-11-20tests: handle errors properly in examples (#748)Liran Ringel
2018-09-14signal: Fix tests after importing & linkingMichal 'vorner' Vaner
2018-09-14signal: Move to tokio-signal subdirectoryMichal 'vorner' Vaner