Annotation Type ParallelUnsafe


@Documented
@Inherited
@Retention(SOURCE)
@Target(METHOD)
public @interface ParallelUnsafe
Documents a transceiver operation that should not be used from multiple threads in parallel at all. Such operations need to be called only from single-threaded code as they can interfere with each other (whether inside the SCPConnection, inside SCAMP, or on the hardware itself).
Author:
Donal Fellows
See Also:
Transceiver, TransceiverInterface