function
boot.janet on line 3895 , column 3
(ev/call f & args )
Call a function asynchronously. Returns a task fiber that is
scheduled to run the function.
(ev/call print 10 )
(ev/sleep 0.0001 ) # give ev a chance in the REPL, remove in file
# => prints 10