Removed todo from Continuation.context
The design decision was the we would not provide its default impl
This commit is contained in:
@@ -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
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user