@rogeralsing commented on
@rogeralsing’s file
https://kotlinlang.slack.com/files/U0CG5M9T4/F6ERK19U0/pasted_image_at_2017_07_29_11_09_pm.png▾
:
@elizarov there is a big step from DefaultMailbox.run and ActorContext.invokeUserMessage there.
invokeUserMessage is called repeatedly from run. both are suspend funcs.
does this mean there is quite a bit of time lost awaiting the result of the invokeUserMessage?