Join Slack
Powered by
<@U0ZFBBUBU> You should avoid writing functions th...
# coroutines
e
elizarov
02/07/2017, 7:46 PM
@groostav
You should avoid writing functions that start coroutines but do not return any handle to them.
kotlix.coroutines
has
launch
builder that returns
Job
. You should return a job. Then, when you write a test, you can
.join()
it.
👍 1
Open in Slack
Previous
Next