Skip to content

[WIP] feat: impl asyncio transport#14

Draft
fantix wants to merge 1 commit into
mainfrom
transport
Draft

[WIP] feat: impl asyncio transport#14
fantix wants to merge 1 commit into
mainfrom
transport

Conversation

@fantix
Copy link
Copy Markdown
Collaborator

@fantix fantix commented Apr 11, 2026

For each transport, we spin a long-running receiver task with multishot recv in a loop. When write() is called, a sender task is started to flush all user buffers with sendmsg or its zero-copy alternative.

Depends on #13

Base automatically changed from refactor to main April 12, 2026 01:51
For each transport, we spin a long-running receiver task with multishot
recv in a loop. When write() is called, a sender task is started to
flush all user buffers with sendmsg or its zero-copy alternative.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant