2015-02-12 17:12 GMT+01:00 Andrew Svetlov <[email protected]>: > I like to have simple markup for coroutines but -1 for using return > annotation for that. > Return annotation is for return value description, not for function itself.
A coroutine function returns a coroutine object. So the annotation "-> coroutine" is correct, no? Victor
