Interface SynchronizerApi.Base.WakeSleepInvoke
- All Superinterfaces:
SynchronizerApi.Base.SleepInvoke
,SynchronizerApi.Fluent
- All Known Subinterfaces:
SynchronizerApi.Get.WakeSleepInvoke<T>
,SynchronizerApi.Run.WakeSleepInvoke
- Enclosing interface:
- SynchronizerApi.Base
public static interface SynchronizerApi.Base.WakeSleepInvoke
extends SynchronizerApi.Base.SleepInvoke
-
Method Summary
Modifier and TypeMethodDescriptionAdds an action which wakes other chains.Methods inherited from interface com.github.mizool.core.concurrent.SynchronizerApi.Base.SleepInvoke
thenSleepUntil, thenSleepUntil
-
Method Details
-
andWakeOthers
Object andWakeOthers()Adds an action which wakes other chains.
-