place-dead-evt docs

This commit is contained in:
Kevin Tew 2011-06-30 15:52:18 -06:00
parent c8f235ba1c
commit 7bd4ba9b11

View File

@ -209,3 +209,12 @@ messages:
]}
@;------------------------------------------------------------------------
@;@section[#:tag "placesync"]{Synchronizing Places}
@defproc[(place-dead-evt [p place?]) evt?]{
Returns a @tech{synchronizable event} (see @secref["sync"]) that is
ready if and only if @racket[p] has terminated.
@;------------------------------------------------------------------------