thread-suspend-evt: doc correction
This commit is contained in:
parent
f790084e11
commit
59fc3758f0
|
@ -240,7 +240,10 @@ terminated, the event will never unblock.) If @racket[thd] is
|
|||
suspended and then resumes after a call to
|
||||
@racket[thread-suspend-evt], the result event remains ready; after
|
||||
each resume of @racket[thd] created a fresh event to be returned by
|
||||
@racket[thread-suspend-evt]. @ResultItself{thread-suspend event}.}
|
||||
@racket[thread-suspend-evt]. The
|
||||
result of the event is @racket[thd], but if @racket[thd] is never
|
||||
resumed, then reference to the event does not prevent @racket[thd]
|
||||
from being garbage collected (see @secref["gc-model"]).}
|
||||
|
||||
@;------------------------------------------------------------------------
|
||||
@section[#:tag "threadmbox"]{Thread Mailboxes}
|
||||
|
|
Loading…
Reference in New Issue
Block a user