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

Bug 1802503 - Rust: Implement a rust dispatcher connected to GCD #2316

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

badboy
Copy link
Member

@badboy badboy commented Dec 15, 2022

GCD (Grand Central Dispatch) is a runtime system for executing code concurrently.
It's available on iOS and macOS by default as provided by the system, and available as libdispatch on other *nix systems.

We used that before when our dispatcher was purely in Swift. We now go back to use it, but from Rust.

@badboy
Copy link
Member Author

badboy commented Dec 15, 2022

This is in draft mode because it's missing some obvious things:

  • Working CI
  • Passing tests on CI
  • changelog
  • extensive testing on iOS

@badboy badboy force-pushed the rust-dispatcher-with-gcd branch 6 times, most recently from 43f61a4 to 4197c30 Compare December 21, 2022 17:13
GCD (Grand Central Dispatch) is a runtime system for executing code
concurrently.
It's available on iOS and macOS by default as provided by the system,
and available as libdispatch on other *nix systems.

We used that before when our dispatcher was purely in Swift.
We now go back to use it, but from Rust.
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