aboutsummaryrefslogtreecommitdiff
path: root/examples/spawn.rs
AgeCommit message (Collapse)Author
2023-03-01Old xtask test passEmil Fresk
2023-01-21Deny missing_docs for all examplesHenrik Tjäder
2023-01-11Remove unwrap() from hprintln!()Henrik Tjäder
sd 'hprintln(.*).unwrap\(\)' 'hprintln' (fd -e rs .)
2021-09-23The great docs updateEmil Fresk
2021-07-21use tuple struct syntax for Monotonics everywhereJorge Aparicio
2021-07-07Fixing testsEmil Fresk
2021-02-20Test fixesEmil Fresk
2020-10-23move dispatchers to app argumentPer Lindgren
2020-10-21Updated examplesEmil Fresk
More work
2020-10-15Fix comments in examplesEmil Fresk
2020-10-11Fixing examples and tests, modules now import user imports correctlyEmil Fresk
Fmt Correct syntax crate UI test fix Fix build script Cleanup More cleanup
2020-10-11Now with spawn/schedule from anywhereEmil Fresk
2020-10-05spawn examples updatedPer Lindgren
2020-10-05spawn POC works, likely unsoundPer Lindgren