architecture-samples
architecture-samples copied to clipboard
Use event queue to avoid heap allocated coroutineScope
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.