Uses of Class
uk.ac.manchester.spinnaker.front_end.BasicExecutor.Tasks
Packages that use BasicExecutor.Tasks
Package
Description
The front-end interface to the Java implementation of the SpiNNaker host
libraries.
-
Uses of BasicExecutor.Tasks in uk.ac.manchester.spinnaker.front_end
Methods in uk.ac.manchester.spinnaker.front_end that return BasicExecutor.TasksModifier 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.