Annotation Type 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