invoke

open operator override fun invoke(continuation: (String) -> Unit)

Use the previously stored String as the description, passing it into the specified continuation.

Parameters

continuation

What to do with the message.