Update docs

svn: r6467
This commit is contained in:
Jay McCarthy 2007-06-03 16:31:41 +00:00
parent 9dc83326e5
commit 1489f1b870
2 changed files with 4 additions and 3 deletions

View File

@ -19,9 +19,8 @@ documentation will be useful.
@file{dispatchers/dispatch.ss} provides a few functions for dispatchers in general. @file{dispatchers/dispatch.ss} provides a few functions for dispatchers in general.
@defproc[(dispatcher? (any any/c)) @defthing[dispatcher? contract?]{
boolean?]{ Equivalent to @scheme[(connection? request? . -> . void)].
Applies the contract @scheme[(connection? request? . -> . void)] to @scheme[any].
} }
@defproc[(dispatcher-interface-version? (any any/c)) boolean?]{ @defproc[(dispatcher-interface-version? (any any/c)) boolean?]{

View File

@ -87,6 +87,8 @@ Web Language. (See @secref["lang"].)
@; ------------------------------------------------------------ @; ------------------------------------------------------------
@section[#:tag "timeouts"]{Timeouts} @section[#:tag "timeouts"]{Timeouts}
XXX
@; ------------------------------------------------------------ @; ------------------------------------------------------------
@section[#:tag "lru"]{LRU} @section[#:tag "lru"]{LRU}