nextcore icon indicating copy to clipboard operation
nextcore copied to clipboard

refactor: safely store and close tasks

Open EmmmaTech opened this issue 1 year ago • 0 comments

This PR attempts to safely store then close any loose tasks in the code. AnyIO's task groups are used to safely handle tasks all being created to run coroutines (like the dispatcher and shard manager). Closes #190.

EmmmaTech avatar Jul 10 '23 05:07 EmmmaTech