Join Slack
Powered by
The caller passes a reference to `foo` and is susp...
# coroutines
k
kirillrakhman
08/12/2016, 6:36 AM
The caller passes a reference to
foo
and is suspended (state machine). The
transformCallback
method actually calls
foo
and when the callback is called, it resumes the caller passing "hello" to it.
Open in Slack
Previous
Next