From dc8fcce283963f0ab829ca1c8ba71e9251ff5749 Mon Sep 17 00:00:00 2001 From: c-cube Date: Mon, 5 May 2025 17:01:35 +0000 Subject: [PATCH] deploy: 00c845ec8d4764557de28d8606c0b21edfb5841a --- nanoev-picos/Nanoev_picos/Base/Raw/index.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/nanoev-picos/Nanoev_picos/Base/Raw/index.html b/nanoev-picos/Nanoev_picos/Base/Raw/index.html index c8b69d5..50472a2 100644 --- a/nanoev-picos/Nanoev_picos/Base/Raw/index.html +++ b/nanoev-picos/Nanoev_picos/Base/Raw/index.html @@ -1,2 +1,12 @@ -Raw (nanoev-picos.Nanoev_picos.Base.Raw)

Module Base.Raw

val retry_read : Unix.file_descr -> (unit -> 'a) -> 'a
val retry_write : Unix.file_descr -> (unit -> 'a) -> 'a
+Raw (nanoev-picos.Nanoev_picos.Base.Raw)

Module Base.Raw

val run_after_s : float -> 'a -> 'b -> ('a -> 'b -> unit) -> unit
val on_writable : + Unix.file_descr -> + 'a -> + 'b -> + (closed:bool -> 'a -> 'b -> unit) -> + unit
val on_readable : + Unix.file_descr -> + 'a -> + 'b -> + (closed:bool -> 'a -> 'b -> unit) -> + unit
val retry_read : Unix.file_descr -> (unit -> 'a) -> 'a
val retry_write : Unix.file_descr -> (unit -> 'a) -> 'a