JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
uk.ac.manchester.spinnaker.transceiver
Annotation Interface ParallelSafe
@Documented
@Inherited
@Retention
(
SOURCE
)
@Target
(
METHOD
)
public @interface
ParallelSafe
Documents a transceiver operation that may be used from multiple threads in parallel provided those threads are accessing different boards.
Author:
Donal Fellows
See Also:
Transceiver
TransceiverInterface