forked from Orchid/orchid
September-october commit
- manual parser - stl refinements - all language constructs are now Send
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import std::panic
|
||||
|
||||
export const block_on := \action.\cont. (
|
||||
export const block_on := \action. \cont. (
|
||||
action cont
|
||||
(\e.panic "unwrapped asynch call")
|
||||
\c.yield
|
||||
|
||||
Reference in New Issue
Block a user