Exemplo n.º 1
0
 public static void ProcessWorkQueue(ThreadProc thread_proc, int num_worker_threads, object[] tasks)
 {
     WorkerQueuePrivate q = new WorkerQueuePrivate(thread_proc, num_worker_threads, tasks);
 }
Exemplo n.º 2
0
		public static void ProcessWorkQueue(ThreadProc thread_proc, int num_worker_threads, object[] tasks)
		{
			WorkerQueuePrivate q = new WorkerQueuePrivate(thread_proc, num_worker_threads, tasks);
		}