offbynull/coroutines

Refactor: Improve naming in Continuation class

offbynull opened this issue · 2 comments

Continuation.java needs better naming

It needs to be clearer from the method names what's happening.

For example, addPendingMethodState -> pushMethodState / popMethodState

Accidentally closed. Reopening.

Done.