public interface ISuspendable
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 © 2012. All Rights Reserved.