Removed foreign macros

Converted the function integration to use template
metaprogramming instead of macros.
This commit is contained in:
2023-09-22 23:17:54 +01:00
parent 7396078304
commit ba0b155ebd
45 changed files with 854 additions and 1126 deletions

View File

@@ -1,3 +1,5 @@
import std::panic
export const block_on := \action.\cont. (
action cont
(\e.panic "unwrapped asynch call")