mte/unikernel/duniverse/ocaml-tls/async/io.mli
2025-11-11 02:07:51 +01:00

6 lines
114 B
OCaml

open! Core
module type Fd = Io_intf.Fd
module type S = Io_intf.S
module Make (Fd : Fd) : S with module Fd := Fd