Searched refs:submit (Results 1 – 22 of 22) sorted by relevance
47 fun submit(task: Runnable) { in <lambda>() method91 fun submit(task: Runnable) { in submit() method in trebuchet.util.WorkPool92 workQueue.submit(task) in submit()116 pool.submit(Runnable { in par_map()
74 self.assertFalse(pool_mock().__enter__().submit.called)84 submit = pool_mock().__enter__().submit85 self.assertEqual(len(node_list), submit.call_count)87 submit.assert_any_call(node.transformer.transform,
162 self._executor.submit(self.poll_events)364 self._executor.submit(handler, event_obj, *args)406 worker = self._executor.submit(self._handle, event_handler, event_name,
119 future = self._executor.submit(name, *args, **kwargs)126 future = self._executor.submit(
14 You generally only need to submit a CLA once, so if you've already submitted one
53 or by an individual or Legal Entity authorized to submit on behalf of
105 executor.submit( in invocation()
104 jobs.add(forkJoinPool.submit(provider.createRunnable())); in testMultithreadedVersionMatchesSinglethreaded()
100 thread_pool.submit(node.transformer.transform,
371 future_to_params = {executor.submit(func, *p): p for p in param_list}1155 futures = [executor.submit(call) for call in calls]1221 futures = [executor.submit(call_wrapper, call) for call in calls]
280 executor.submit(run_continuous_write_descriptor, *arguments_list)
77 To submit the revised baseline.txt to the main Android
76 All tests should be passing before you submit your change.
65 or by an individual or Legal Entity authorized to submit on behalf of
484 thread_future = executor.submit(
52 thread_future = executor.submit(f, *args, **kwargs)
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...
6620 future_object = executor.submit(task_wrapper, task)