aboutsummaryrefslogtreecommitdiffstats
path: root/examples/async.rs
Commit message (Expand)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
* 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