thread-suspend-evt: doc correction

This commit is contained in:
Matthew Flatt 2017-08-07 09:48:32 -06:00
parent f790084e11
commit 59fc3758f0

View File

@ -240,7 +240,10 @@ terminated, the event will never unblock.) If @racket[thd] is
suspended and then resumes after a call to suspended and then resumes after a call to
@racket[thread-suspend-evt], the result event remains ready; after @racket[thread-suspend-evt], the result event remains ready; after
each resume of @racket[thd] created a fresh event to be returned by 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} @section[#:tag "threadmbox"]{Thread Mailboxes}