If I have spawned a new CoroutineDispatcher using ...
# coroutines
d
If I have spawned a new CoroutineDispatcher using a single thread (newSingleThreadContext), how do I shut it down?