parent
2a5f8408d1
commit
4f658904b5
|
@ -984,7 +984,7 @@ outermost frame of the continuation for any new thread.
|
||||||
|
|
||||||
A @deftech{custodian} manages a collection of threads,
|
A @deftech{custodian} manages a collection of threads,
|
||||||
@tech{file-stream ports}, TCP ports, @tech{TCP listeners}, @tech{UDP
|
@tech{file-stream ports}, TCP ports, @tech{TCP listeners}, @tech{UDP
|
||||||
sockets}, and @tech{byte converters}. Whenever a thread, @|etc|, is
|
sockets}, @tech{byte converters}, and @tech{places}. Whenever a thread, @|etc|, is
|
||||||
created, it is placed under the management of the @deftech{current
|
created, it is placed under the management of the @deftech{current
|
||||||
custodian} as determined by the @racket[current-custodian]
|
custodian} as determined by the @racket[current-custodian]
|
||||||
@tech{parameter}.
|
@tech{parameter}.
|
||||||
|
|
|
@ -113,6 +113,9 @@ used: @racket[current-library-collection-paths],
|
||||||
@racket[current-library-collection-links], and
|
@racket[current-library-collection-links], and
|
||||||
@racket[current-compiled-file-roots].
|
@racket[current-compiled-file-roots].
|
||||||
|
|
||||||
|
A newly created place is registered with the @tech{current custodian},
|
||||||
|
so that the place is terminated when the custodian is shut down.
|
||||||
|
|
||||||
@; ----------------------------------------
|
@; ----------------------------------------
|
||||||
|
|
||||||
@section[#:tag "places-api"]{Using Places}
|
@section[#:tag "places-api"]{Using Places}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user