remove mention of threading
This commit is contained in:
parent
ada7ea055b
commit
c56d0f1086
1 changed files with 4 additions and 4 deletions
|
|
@ -613,15 +613,15 @@ should take care to enforce permissions
|
|||
where appropriate.
|
||||
.TP
|
||||
.I Flush
|
||||
Single-threaded servers, which always call
|
||||
Servers that always call
|
||||
.I respond
|
||||
before returning from the service functions,
|
||||
before returning from the service functions
|
||||
need not provide a
|
||||
.I flush
|
||||
implementation:
|
||||
.I flush
|
||||
is only necessary in multithreaded programs,
|
||||
which arrange for
|
||||
is only necessary in programs which
|
||||
arrange for
|
||||
.I respond
|
||||
to be called asynchronously.
|
||||
.I Flush
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue