forked from Orchid/orchid
Removed foreign macros
Converted the function integration to use template metaprogramming instead of macros.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import std::panic
|
||||
|
||||
export const block_on := \action.\cont. (
|
||||
action cont
|
||||
(\e.panic "unwrapped asynch call")
|
||||
|
||||
Reference in New Issue
Block a user