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

Move Eio.Stdenv.t to Eio_unix.Stdenv.base #498

Merged
merged 1 commit into from
May 2, 2023

Commits on May 2, 2023

  1. Move Eio.Stdenv.t to Eio_unix.Stdenv.base

    The old type wasn't directly useful for anything, since nothing provides
    exactly this set of resources, and nothing needs to consume exactly this
    set either. However, it is useful in Eio_unix as the set of resources
    that a backend needs to provide to be compatible with `Eio_main.run`.
    
    The new type is almost the same for now, except that the standard
    streams include file descriptors. Other Unix-specific features can be
    added later, such as support for passing file descriptors over sockets
    or to child processes.
    talex5 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    2f0425e View commit details
    Browse the repository at this point in the history