8b97819c04
The challenge for overridable suspend functions is that the calling the state machine method to resume after suspension would be virtually dispatced to the wrong method. To avoid that a static suspend implementation method is generated which becomes the state machine method used to resume.