proceed

fun <C, B> proceed(value: C): CallbackChoice<C, B>

Continue, carrying value forward.


Continue with no value; the Unit-shaped variant used by the after* callbacks.