The caller passes a reference to `foo` and is susp...
# coroutines
k
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.