aboutsummaryrefslogtreecommitdiffstats
path: root/examples/async.rs
Commit message (Collapse)AuthorAgeFilesLines
* clean up examples to make a bare `cargo test` workJesse Luehrs2021-03-131-32/+0
|
* initialize input before output in exampleJesse Luehrs2021-03-121-1/+1
| | | | | | this way we're sure that raw mode is enabled before data is sent (so programs that are waiting for input won't accidentally send data too early)
* wait for a key instead of sleeping in examplesJesse Luehrs2021-03-121-6/+10
|
* move the guards back onto the main objectsJesse Luehrs2021-03-121-1/+1
|
* add an error typeJesse Luehrs2021-03-091-1/+1
|
* cleanupJesse Luehrs2021-03-071-3/+2
|
* separate out the guards from the main structsJesse Luehrs2021-03-071-2/+2
|
* a few renamesJesse Luehrs2021-03-071-3/+3
|
* rename a bitJesse Luehrs2021-03-061-1/+1
|
* split into sync and async implementationsJesse Luehrs2021-03-061-0/+29