Join Slack
Powered by
What is the proper way to dispose of a `newSingleT...
# coroutines
t
travis
03/21/2018, 8:01 PM
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
Open in Slack
Previous
Next