<@U2E974ELT> In the design document (context secti...
# coroutines
t
@elizarov In the design document (context section), you define the Swing object as a
AbstractCoroutineContextElement
but then pass it to the runSuspending function which expects a
CoroutineContext
. Shouldn't the Swing object be an implementation of the
CoroutineContext
interface?