addamsson
04/02/2019, 12:38 PMPersistent context for the coroutine. It is an indexed set of [Element] instances.
An indexed set is a mix between a set and a map.
Every element in this set has a unique [Key]. Keys are compared _by reference_.
is there a reason for not using a LinkedHashMap?
what are the performance characteristics of an indexed set?ribesg
04/02/2019, 12:52 PMhashCode which would be called in a HashMapstreetsofboston
04/02/2019, 1:08 PMcoroutineContext[T] = coroutineContext[T.Companion] and it returns a value of type T?.