madsim-rs / madsim

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

Implement `tokio::task::AbortHandle::is_finished` #191

Closed tomasol closed 4 months ago

tomasol commented 4 months ago

I would like to see is_finished implemented on madsim::task::AbortHandle mirroring the original function

wangrunji0408 commented 4 months ago

Thanks for your feedback. We will add this method soon.

tomasol commented 4 months ago

@wangrunji0408 Awesome, thanks for the quick patch and a great project!