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
This isn't a new proposal. I've just opened this to organize stuff. Other issues have already mentioned it: #32 and #74.
However, I'll take this opportunity to explain why I believe asynchronous code should be part of std rather than core or as a reserved Keyword. I've took inspiration from Gleam:
This lack of lock-in is important as typing message passing is an area of active research, we may discover an even better approach at a later date!
This way, std can have its own API, while the community can make different APIs designed for different use-cases. It can be:
This isn't a new proposal. I've just opened this to organize stuff. Other issues have already mentioned it: #32 and #74.
However, I'll take this opportunity to explain why I believe asynchronous code should be part of
std
rather thancore
or as a reservedKeyword
. I've took inspiration from Gleam:This way,
std
can have its own API, while the community can make different APIs designed for different use-cases. It can be:https://www.thecodedmessage.com/posts/async-colors
The text was updated successfully, but these errors were encountered: