tock / ai.tock.shared / ThreadSafe

ThreadSafe

@Target([AnnotationTarget.CLASS]) annotation class ThreadSafe (source)

A class annotated with ThreadSafe is supposed to be thread safe (surprisingly).

Constructors

<init>

A class annotated with ThreadSafe is supposed to be thread safe (surprisingly).

ThreadSafe()