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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
andWakeOthers()
Adds an action which wakes other chains.-
Methods inherited from interface com.github.mizool.core.concurrent.SynchronizerApi.Base.SleepInvoke
thenSleepUntil, thenSleepUntil
-
-
-
-
Method Detail
-
andWakeOthers
Object andWakeOthers()
Adds an action which wakes other chains.
-
-