cunarist / tokio-with-wasm

Mimicking tokio functionalies on web browsers
MIT License
31 stars 2 forks source link

task::JoinHandle::is_finished() missing #10

Closed Slixe closed 3 weeks ago

Slixe commented 3 weeks ago

Hey there!

Thats a really great lib you're providing, thanks a lot for it.

Could I request the implementation of is_finished() from JoinHandle ?

temeddix commented 3 weeks ago

Solved by #11