You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked some async runtime crates and found the pasts. We can implement a minimal async runtime that only requires core::sync::AtomicBool and axstd::Thread. Would you have any suggestions for this idea?
The text was updated successfully, but these errors were encountered:
WenyXu
changed the title
Idea: add a async runtime ulib
Idea: add an async runtime ulib
Feb 3, 2024
I checked some async runtime crates and found the pasts. We can implement a minimal async runtime that only requires
core::sync::AtomicBool
andaxstd::Thread
. Would you have any suggestions for this idea?The text was updated successfully, but these errors were encountered: