Did you know ... | Search Documentation: |
library(thread) |
call_in_thread/2 | Run Goal as an interrupt in the context of Thread. |
concurrent/3 | Run Goals in parallel using N threads. |
concurrent_and/2 | Concurrent version of‘(Generator,Test)`. |
concurrent_and/3 | Concurrent version of‘(Generator,Test)`. |
concurrent_forall/2 | True when Action is true for all solutions of Generate. |
concurrent_forall/3 | True when Action is true for all solutions of Generate. |
concurrent_maplist/2 | Concurrent version of maplist/2. |
concurrent_maplist/3 | Concurrent version of maplist/2. |
concurrent_maplist/4 | Concurrent version of maplist/2. |
first_solution/3 | Try alternative solvers concurrently, returning the first answer. |