Annotation Type ParallelSafeWithCare


@Documented
@Inherited
@Retention(SOURCE)
@Target(METHOD)
public @interface ParallelSafeWithCare
Documents a transceiver operation that may be used from multiple threads in parallel provided those threads are accessing different boards (or different BMPs, for BMP-based operations), and care is taken to use this method in a way that only accesses a single board via it.
Author:
Donal Fellows
See Also:
Transceiver, TransceiverInterface, ParallelSafe