9pqueue(2): english
This commit is contained in:
parent
fa56753ed8
commit
5814e66560
1 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
||||||
Reqqueue,
|
Reqqueue,
|
||||||
reqqueuecreate,
|
reqqueuecreate,
|
||||||
reqqueuepush,
|
reqqueuepush,
|
||||||
reqqueueflush \- defered processing of 9P requests
|
reqqueueflush \- deferred processing of 9P requests
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.ft L
|
.ft L
|
||||||
.nf
|
.nf
|
||||||
|
@ -32,7 +32,7 @@ void reqqueueflush(Reqqueue *q, Req *r);
|
||||||
.fi
|
.fi
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.I Reqqueue
|
.I Reqqueue
|
||||||
provides routines for defered processing of 9p request in
|
provides routines for deferred processing of 9p request in
|
||||||
multithreaded 9p servers.
|
multithreaded 9p servers.
|
||||||
.PP
|
.PP
|
||||||
The
|
The
|
||||||
|
@ -49,10 +49,10 @@ is called with request
|
||||||
and its handler function
|
and its handler function
|
||||||
.IR f .
|
.IR f .
|
||||||
.PP
|
.PP
|
||||||
A previously submited request can be flushed from a queue
|
A previously submitted request can be flushed from a queue
|
||||||
by
|
by
|
||||||
.I reqqueueflush
|
.I reqqueueflush
|
||||||
which will reply the request immidiately when processing has
|
which will remove the request immediately if processing has
|
||||||
not started. If processing has been started, the process
|
not started. If processing has been started, the process
|
||||||
will be interrupted.
|
will be interrupted.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue