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
Currently, the plan is to add a way for statements/function to run asynchronously.
Adding the possibility of making asynchronous functions and adding "non-blocking" IO methods to the standard library will be really handy for parallel execution and making programs that are more robust when it comes to dealing with computationally intensive tasks.
There are potentially a few options for adding such mechanisms to the language, currently, no decision or plans have been made to add asynchronous mechanisms to the language.
This discussion was converted from issue #5 on April 26, 2021 18:57.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently, the plan is to add a way for statements/function to run asynchronously.
Adding the possibility of making asynchronous functions and adding "non-blocking" IO methods to the standard library will be really handy for parallel execution and making programs that are more robust when it comes to dealing with computationally intensive tasks.
There are potentially a few options for adding such mechanisms to the language, currently, no decision or plans have been made to add asynchronous mechanisms to the language.
Beta Was this translation helpful? Give feedback.
All reactions