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

Port to Fuchsia #1811

Merged
merged 2 commits into from
Jun 21, 2024
Merged

Port to Fuchsia #1811

merged 2 commits into from
Jun 21, 2024

Commits on Jun 21, 2024

  1. Port to Fuchsia

    Once upon a time Mio had support for Fuchsia using Fuchsia specific
    code. That code was unmaintained and removed at some point. Since then
    Fuchsia added support for (part of) the Posix model, making the port
    much easier.
    
    This implementation uses the poll(2) implementation for Poll, and
    eventfd(2) for the Waker.
    Thomasdezeeuw committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    d0cb7d7 View commit details
    Browse the repository at this point in the history
  2. Add Fuchsia to CI

    Thomasdezeeuw committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    91aab4b View commit details
    Browse the repository at this point in the history