Replies: 1 comment
-
You can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
background
When I
I found
Handle::current().block_on
leads to
question
After searching, according to my current confusing understanding
Am I correct?
If I am correct, is there a feature request, that tokio should provide at least one way to impl async_main call sync_drop call async_drop?
related
nodejs CJS module is similar to sync fn
nodejs ESM module is similar to async fn
it was been many years that cannot impl ESM module import CJS module require ESM module
but now is able to do so
nodejs/node#51977
Beta Was this translation helpful? Give feedback.
All reactions