Skip to content

Use event queue to avoid heap allocated coroutineScope#999

Open
dturner wants to merge 2 commits into
mainfrom
dt/improve-scope-use
Open

Use event queue to avoid heap allocated coroutineScope#999
dturner wants to merge 2 commits into
mainfrom
dt/improve-scope-use

Conversation

@dturner

@dturner dturner commented Apr 5, 2024

Copy link
Copy Markdown
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants