Uses of Class
uk.ac.manchester.spinnaker.front_end.BasicExecutor.Tasks
Package | Description |
---|---|
uk.ac.manchester.spinnaker.front_end |
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.Tasks Modifier and Type Method Description BasicExecutor.Tasks
BasicExecutor. submitTasks(Iterable<BasicExecutor.SimpleCallable> tasks)
Submit some tasks to the pool.<T> BasicExecutor.Tasks
BasicExecutor. submitTasks(Collection<T> items, Function<T,BasicExecutor.SimpleCallable> taskMapper)
Submit some tasks to the pool.<T> BasicExecutor.Tasks
BasicExecutor. submitTasks(Stream<T> items, Function<T,BasicExecutor.SimpleCallable> taskMapper)
Submit some tasks to the pool.BasicExecutor.Tasks
BasicExecutor. submitTasks(Stream<BasicExecutor.SimpleCallable> tasks)
Submit some tasks to the pool.