diff --git a/src/eio/tiny_httpd_eio.mli b/src/eio/tiny_httpd_eio.mli index 487b3a84..251f9508 100644 --- a/src/eio/tiny_httpd_eio.mli +++ b/src/eio/tiny_httpd_eio.mli @@ -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 *) type 'a with_args =