Uses of Class
com.offbynull.coroutines.instrumenter.SynchronizationPoint
-
Packages that use SynchronizationPoint Package Description com.offbynull.coroutines.instrumenter Coroutine instrumentation classes. -
-
Uses of SynchronizationPoint in com.offbynull.coroutines.instrumenter
Fields in com.offbynull.coroutines.instrumenter with type parameters of type SynchronizationPoint Modifier and Type Field Description private org.apache.commons.collections4.list.UnmodifiableList<SynchronizationPoint>
MethodAttributes. synchPoints
Methods in com.offbynull.coroutines.instrumenter that return types with arguments of type SynchronizationPoint Modifier and Type Method Description org.apache.commons.collections4.list.UnmodifiableList<SynchronizationPoint>
MethodAttributes. getSynchronizationPoints()
-