How would a library go about defining its own cont...
# coroutines
t
How would a library go about defining its own context if it uses continuation interception? It seems it would always have to use 2 different elements since the continuation interception element can't use a unique key to identify itself. Wouldn't it be better to identify continuation interceptors in some other way than by using a key?