The real situation is I use coroutine to replace m...
# coroutines
s
The real situation is I use coroutine to replace my code written in threads. These are many
Thread.sleep
in sub functions. They worked well and parallel in threads, but when use
launch
, these
Thread.sleep
may cause some functions delay