releaseInterceptedContinuation

Invoked for the continuation instance returned by interceptContinuation when the original continuation completes and will not be used anymore. This function is invoked only if interceptContinuation had returned a different continuation instance from the one it was invoked with.

Default implementation does nothing.

Since Kotlin

1.3

Parameters

continuation

Continuation instance returned by this interceptor's interceptContinuation invocation.