Did you know ... | Search Documentation: |
Predicate create_pool/1 |
:- use_module(library(thread_pool)).
media
, which
holds a maximum of 20 threads.
:- multifile thread_pool:create_pool/1. thread_pool:create_pool(media) :- thread_pool_create(media, 20, []).