summaryrefslogtreecommitdiffstats
path: root/crates/runner/src/util/mod.rs
AgeCommit message (Collapse)Author
2021-10-31runner: add Stack typeMatthias Schiffer
A Stack guarantees that elements are dropped in reverse push order.
2021-10-27runner: add Steal wrapper, use for socketMatthias Schiffer
A deref wrapper that allows taking out its contents, which is convenient after a fork.
2021-10-26runner: move Checkable trait into separabe moduleMatthias Schiffer
2021-10-25Move runner into separate crateMatthias Schiffer