architecture-samples icon indicating copy to clipboard operation
architecture-samples copied to clipboard

Use event queue to avoid heap allocated coroutineScope

Open dturner opened this issue 1 year ago • 0 comments

What have I done and why Added a queue for network sync events, implemented using a Channel. This avoids having a heap allocated coroutine scope which might fail silently.

dturner avatar Apr 05 '24 14:04 dturner