mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-07 19:55:36 -05:00
doc
This commit is contained in:
parent
9a587918fb
commit
bc4bce8083
1 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,12 @@
|
||||||
|
(** Tiny httpd EIO backend.
|
||||||
|
|
||||||
|
This replaces the threads + Unix blocking syscalls of {!Tiny_httpd_server}
|
||||||
|
with an Eio-based cooperative system.
|
||||||
|
|
||||||
|
{b NOTE}: this is very experimental and will absolutely change over time,
|
||||||
|
especially since Eio itself is also subject to change.
|
||||||
|
@since NEXT_RELEASE *)
|
||||||
|
|
||||||
(* TODO: pass in a switch *)
|
(* TODO: pass in a switch *)
|
||||||
|
|
||||||
type 'a with_args =
|
type 'a with_args =
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue