mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-13 15:57:36 +02:00
Fixup docs for TP release
This commit is contained in:
parent
46de4b9049
commit
9a792617d5
1 changed files with 2 additions and 4 deletions
|
@ -327,10 +327,8 @@ Add a new task to the given thread pool `tp`.
|
|||
|
||||
### thread-pool-release!
|
||||
|
||||
(thread-pool-release! tp [how])
|
||||
(thread-pool-release! tp)
|
||||
|
||||
Call this if the thread pool `tp` will no longer be used. All thread pool threads are stopped and cleaned up by the system.
|
||||
|
||||
Note that if `how` is passed `'terminate` the threads will be stopped immediately using `thread-terminate!`. This is a potentially unsafe operation. Otherwise the threads will be stopped in a safe manner.
|
||||
Call this if the thread pool `tp` will no longer be used. Stops and cleans up all thread pool threads.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue