ThreadPool


Description:

[ Version ( deprecated_since = "vala-0.18" , 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 ThreadPool.with_owned_data.