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
We are running into namespacing issues where good function names clash, eg spawn in glib refers to spawning processes but would be handy to spawn futures.
The idea floated on the chat channel is to group all futures related API in a futures module.
To do that we need to collect a list of the functions we would move and how they would be renamed.
The text was updated successfully, but these errors were encountered:
We are running into namespacing issues where good function names clash, eg
spawn
in glib refers to spawning processes but would be handy to spawn futures.The idea floated on the chat channel is to group all futures related API in a
futures
module.To do that we need to collect a list of the functions we would move and how they would be renamed.
The text was updated successfully, but these errors were encountered: