Removed todo from Continuation.context

The design decision was the we would not provide its default impl
This commit is contained in:
Roman Elizarov
2018-10-17 11:59:26 +03:00
parent fe233de825
commit 1a86411139
@@ -17,7 +17,6 @@ public interface Continuation<in T> {
/**
* Context of the coroutine that corresponds to this continuation.
*/
// todo: shall we provide default impl with EmptyCoroutineContext?
public val context: CoroutineContext
/**