Uses of Interface
uk.ac.manchester.spinnaker.front_end.BasicExecutor.SimpleCallable
Package | Description |
---|---|
uk.ac.manchester.spinnaker.front_end |
The front-end interface to the Java implementation of the SpiNNaker host
libraries.
|
uk.ac.manchester.spinnaker.front_end.dse |
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.SimpleCallable 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. -
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.SimpleCallable Modifier and Type Method Description protected void
ExecuteDataSpecification. processTasksInParallel(List<DSEStorage.Ethernet> tasks, Function<DSEStorage.Ethernet,BasicExecutor.SimpleCallable> mapper)
Run the tasks in parallel.