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
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsC-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Spawn is currently a safe wrapper around the old unsafe spawn that transfers a closure into the spawned task. Needs to be cleaned up to remove the hack that migrates the closure environment between tasks.
The text was updated successfully, but these errors were encountered:
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsC-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Spawn is currently a safe wrapper around the old unsafe spawn that transfers a closure into the spawned task. Needs to be cleaned up to remove the hack that migrates the closure environment between tasks.
The text was updated successfully, but these errors were encountered: