public interface CoroutineProto
Coroutine
Modifier and Type | Method and Description |
---|---|
void |
coExecute()
Entry point for Coroutine execution.
|
void coExecute() throws SuspendableException
This method should never be called directly.
SuspendableException
- This exception should never be coughtCoroutine.Coroutine(edu.rice.hj.continuation.CoroutineProto)
,
Coroutine.run()
,
SuspendableException
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.