public interface ISuspendable
Modifier and Type | Field and Description |
---|---|
static ThreadLocal<ISuspendable> |
SUSPENDABLE
The component suspendable for a component thread.
|
static final ThreadLocal<ISuspendable> SUSPENDABLE
void suspend(IFuture<?> future, long timeout)
future
- The future to wait for.timeout
- The timeout.void resume(IFuture<?> future)
future
- The future that issues the resume.Object getMonitor()
Copyright © 2013. All Rights Reserved.