mte/unikernel/duniverse/ocaml-tls/async/io.mli

7 lines
114 B
OCaml
Raw Normal View History

2025-11-11 02:07:51 +01:00
open! Core
module type Fd = Io_intf.Fd
module type S = Io_intf.S
module Make (Fd : Fd) : S with module Fd := Fd