Places
Home
Graphs
Prefixes
Admin
Users
Settings
Plugins
Statistics
Repository
Load local file
Load from HTTP
Load from library
Remove triples
Clear repository
RDF quality heuristics
Query
YASGUI SPARQL Editor
Simple Form
SWISH Prolog shell
Help
Documentation
Tutorial
Roadmap
HTTP Services
Login
A.48 library(thread_pool): Resource bounded thread management
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
The SWI-Prolog library
library(thread_pool): Resource bounded thread management
thread_pool_create/3
thread_pool_destroy/1
current_thread_pool/1
thread_pool_property/2
thread_create_in_pool/4
create_pool/1
Packages
Availability:
:- use_module(
library(thread_pool)
).
(can be autoloaded)
[det]
thread_pool_destroy
(
+Name
)
Destroy the thread pool named
Name
.
Errors
existence_error(thread_pool, Name)
.
ClioPatria
(version
V3.1.1-40-g9d9e003
)