Hello everyone! Just looking at problem where we n...
# coroutines
p
Hello everyone! Just looking at problem where we need to boost performance for our coroutine code. Using visual vm and cpu sampling, I was able to figure out which synchronous calls were taking the longest, but it would be good to have some tools to figure out which suspending calls take the longest, does anybody have any suggestions or sites they can point to?