public static void ProcessWorkQueue(ThreadProc thread_proc, int num_worker_threads, object[] tasks) { WorkerQueuePrivate q = new WorkerQueuePrivate(thread_proc, num_worker_threads, tasks); }