summaryrefslogtreecommitdiffhomepage
path: root/src/process/monitor.rs
AgeCommit message (Expand)AuthorFilesLines
2017-04-07Move talpid_core from root to memberLinus Färnstrand1-267/+0
2017-03-16Make use of bail! macro in error_chainLinus Färnstrand1-2/+2
2017-03-08Rename test module to contain "_tests"Linus Färnstrand1-1/+1
2017-03-08Add stop-test on ChildMonitorLinus Färnstrand1-0/+8
2017-02-08Stop using foreign_link in an invalid(?) wayLinus Färnstrand1-5/+10
2017-02-08Convert process::monitor module to use error-chainLinus Färnstrand1-51/+17
2017-02-04Use assert_matches crate to implement assert_eventLinus Färnstrand1-4/+1
2017-01-30Change spawner generic to SLinus Färnstrand1-7/+7
2017-01-30Rename all ChildSpawner instances to spawnerLinus Färnstrand1-11/+11
2017-01-30Make child associated type in ChildSpawnerLinus Färnstrand1-8/+13
2017-01-25Fix typo in commentLinus Färnstrand1-1/+1
2017-01-25Unlock mutex before calling listenerLinus Färnstrand1-2/+4
2017-01-25Make ChildMonitor synchronousLinus Färnstrand1-254/+71
2017-01-24Run rustfmt 0.7.1Linus Färnstrand1-4/+2
2017-01-10Mark child as unused in StoppingStateLinus Färnstrand1-2/+2
2017-01-10Move needed importsLinus Färnstrand1-4/+0
2017-01-10Rename MonitorChild, move implLinus Färnstrand1-37/+12
2017-01-09Use drop() instead of let _ =Linus Färnstrand1-1/+1
2017-01-09Fix formatting on macroLinus Färnstrand1-1/+1
2017-01-09Fix typosLinus Färnstrand1-2/+2
2017-01-06Add monitor module testsLinus Färnstrand1-0/+176
2017-01-06Add ChildMonitor, the public interface of monitorLinus Färnstrand1-0/+42
2017-01-06Add monitor module state machineLinus Färnstrand1-0/+151
2017-01-06Add monitor module error and result typesLinus Färnstrand1-0/+43
2017-01-06Add public traits for monitor moduleLinus Färnstrand1-0/+86