ThreadPool


Description:

[ Version ( deprecated_since = "vala-0.18" , deprecated = true , replacement = "ThreadPool.with_owned_data" ) ]
public ThreadPool (Func<T> func, int max_threads, bool exclusive) throws ThreadError

Warning: ThreadPool is deprecated since "vala-0.18". Use GLib.ThreadPool.ThreadPool.with_owned_data.