Araq / malebolgia

Malebolgia creates new spawns. Structured concurrency. Thread pools and related APIs.
MIT License
104 stars 10 forks source link

Malebolgia must support function with return values #2

Closed Araq closed 1 year ago

Araq commented 1 year ago

Design: Do not wrap the result in a flowvar, instead declare it as unsafe and users should not access the storage of the result until after the barrier is complete.