Uses of Interface
uk.ac.manchester.spinnaker.front_end.BasicExecutor.SimpleCallable
Packages that use BasicExecutor.SimpleCallable
Package
Description
The front-end interface to the Java implementation of the SpiNNaker host
libraries.
Data specification execution interface.
-
Uses of BasicExecutor.SimpleCallable in uk.ac.manchester.spinnaker.front_end
Method parameters in uk.ac.manchester.spinnaker.front_end with type arguments of type BasicExecutor.SimpleCallableModifier and TypeMethodDescriptionBasicExecutor.submitTasks
(Iterable<BasicExecutor.SimpleCallable> tasks) Submit some tasks to the pool.BasicExecutor.submitTasks
(Collection<T> items, Function<T, BasicExecutor.SimpleCallable> taskMapper) Submit some tasks to the pool.BasicExecutor.submitTasks
(Stream<T> items, Function<T, BasicExecutor.SimpleCallable> taskMapper) Submit some tasks to the pool.BasicExecutor.submitTasks
(Stream<BasicExecutor.SimpleCallable> tasks) Submit some tasks to the pool. -
Uses of BasicExecutor.SimpleCallable in uk.ac.manchester.spinnaker.front_end.dse
Method parameters in uk.ac.manchester.spinnaker.front_end.dse with type arguments of type BasicExecutor.SimpleCallableModifier and TypeMethodDescriptionprotected final void
ExecuteDataSpecification.processTasksInParallel
(Collection<DSEStorage.Ethernet> tasks, Function<DSEStorage.Ethernet, BasicExecutor.SimpleCallable> mapper) Run the tasks in parallel.