What is the proper way to dispose of a `newSingleT...
# coroutines
t
What is the proper way to dispose of a
newSingleThreadContext
based
actor
? When attempting to call
actor.close()
, it's thread seems to stay alive after `actor`'s block has ended. https://gist.github.com/twyatt/c51f81d763a6ee39657233fa725f5435