Skip to content

ASGI Implementation#2

Merged
Qard merged 2 commits intomainfrom
add-asgi
Jul 30, 2025
Merged

ASGI Implementation#2
Qard merged 2 commits intomainfrom
add-asgi

Conversation

@Qard
Copy link
Member

@Qard Qard commented Jul 1, 2025

An ASGI implementation dispatching requests via Tokio tasks and executing the handler coroutines in a Tokio background thread. This should be all working now, just need to get CI to cooperate. 😅

@Qard Qard self-assigned this Jul 1, 2025
@Qard Qard added the enhancement New feature or request label Jul 1, 2025
@Qard Qard force-pushed the add-asgi branch 27 times, most recently from d1a7dce to 1599dae Compare July 10, 2025 14:12
@Qard Qard force-pushed the add-asgi branch 27 times, most recently from 14b4a2b to 507fd74 Compare July 18, 2025 06:55
Qard added 2 commits July 25, 2025 19:26
This rewrites the Asgi to dispatch each ASGI call coroutine
to a separate Python event loop thread which will spin forever.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants