forked from Orchid/orchid
Added directfs
Added a very rudimentary file I/O system suitable for experimenting with the language further. A better one will be designed when we have sensible error management.
This commit is contained in:
5
src/systems/asynch/async.orc
Normal file
5
src/systems/asynch/async.orc
Normal file
@@ -0,0 +1,5 @@
|
||||
export const block_on := \action.\cont. (
|
||||
action cont
|
||||
(\e.panic "unwrapped asynch call")
|
||||
\c.yield
|
||||
)
|
||||
Reference in New Issue
Block a user