in a blocking world it's easy to start the corouti...
# coroutines
t
in a blocking world it's easy to start the coroutine and either sleep for an amount of time or wo wait on a latch or something. but these approaches wont work with js...
g
Use test that returns promise
This supported by js test frameworks
t
AAAAAAAAAAAAAWESOME! it works. Thank you very much 🙂