Closed pardom closed 4 years ago
Currently, the Dispose returned from Oolong.runtime simply cancels a supervising job. Coroutines are language primitives at this point and we should expose the Job instead of obscuring it with another type.
Dispose
Oolong.runtime
Job
Currently, the
Dispose
returned fromOolong.runtime
simply cancels a supervising job. Coroutines are language primitives at this point and we should expose theJob
instead of obscuring it with another type.