madsim-rs / madsim

Magical Deterministic Simulator for distributed systems in Rust.
Apache License 2.0
644 stars 46 forks source link

fix(task): kill other tasks after the initial task completes #116

Closed wangrunji0408 closed 1 year ago

wangrunji0408 commented 1 year ago

To simulate the behavior of process exit. Also add Handle::is_exit API.