mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-05 19:00:32 -05:00
doc
This commit is contained in:
parent
163d720641
commit
202ef14f59
1 changed files with 1 additions and 1 deletions
|
|
@ -568,7 +568,7 @@ val run : ?after_init:(unit -> unit) -> t -> (unit, exn) result
|
|||
This returns [Ok ()] if the server exits gracefully, or [Error e] if
|
||||
it exits with an error.
|
||||
|
||||
@param after_init is called after the server starts listening. @since NEXT_RELEASE .
|
||||
@param after_init is called after the server starts listening. since NEXT_RELEASE .
|
||||
|
||||
*)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue