Package com.offbynull.coroutines.user
Interface Coroutine
- All Superinterfaces:
Serializable
Interface to identify a coroutine.
-
Method Summary
-
Method Details
-
run
Entry point of coroutine.- Parameters:
continuation
- used to suspend/yield the coroutine- Throws:
Exception
- if a problem occurs
-