Replies: 1 comment 4 replies
-
From the documentation:
This is the situation that you've encountered. Though, the panic message could probably be improved. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm using the current thread runtime and targeting the
wasm32-wasi
target.Since tokio-1.21.0 I was expecting it to work, but I'm running into
condvar wait not supported
. Please see the minimal repro to demonstrate: xtuc/tokio-wasm-repro.Is that expected? Shouldn't Tokio take advantage of Wasi's poll_oneoff? Also please let me know if this should be an issue.
Beta Was this translation helpful? Give feedback.
All reactions