groostav
01/03/2020, 12:02 AMcoroutineScope[Job]
and the static type of the return expression is Job
. Similarly the static type of coroutineScope[Dispatcher]
is Dispatcher
.
I'm looking at Node.properties: Map<Object, Object>
and wishing it was something similar to CoroutineContext
. Ideally I could write something like myNode.typedProps[ImportantListener]...
Has anybody implemented this?Ruckus
01/03/2020, 1:37 AM