Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce async-dispatcher runtime feature #191

Merged
merged 1 commit into from
May 31, 2024

Conversation

rgbkrk
Copy link
Member

@rgbkrk rgbkrk commented May 31, 2024

async-dispatcher allows us to use ZeroMQ with native schedulers instead of relying directly on Tokio or async-std's spawn.

As for why, Zed uses native OS schedulers for async work.

This allows us to use ZeroMQ with native schedulers instead of relying directly on
Tokio or async-std's `spawn`.

Co-Authored-By: Kyle <[email protected]>
Co-Authored-By: Max <[email protected]>
@rgbkrk rgbkrk merged commit 3fe6357 into zeromq:master May 31, 2024
3 checks passed
@rgbkrk rgbkrk deleted the async-dispatcher-feature branch May 31, 2024 20:36
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.

None yet

2 participants