Skip to content

Commit 18dd367

Browse files
committed
Refactor sync API demultiplexing logic
Demultiplexing in the sync API had become quite tangled, with the foreground thread responsible for allocating multiplexing IDs and receive queues, while the background thread handling the actual demultiplexing process. Now the sync API is using async queues for its demultiplexing, move multiplexing ID and queue management entirely to the background thread.
1 parent c6876c6 commit 18dd367

6 files changed

Lines changed: 402 additions & 258 deletions

File tree

0 commit comments

Comments
 (0)