Currently the automated memory leak tests fail. It seems because async-std does not properly join threads before exiting. I did a quick test under tokio and the issue does not seem to exist there. Maybe async-std will solve it, see this issue: https://github.com/async-rs/async-std/issues/759
Currently the automated memory leak tests fail. It seems because
async-std
does not properly join threads before exiting. I did a quick test undertokio
and the issue does not seem to exist there. Maybeasync-std
will solve it, see this issue: https://github.com/async-rs/async-std/issues/759