answers

abstract infix fun answers(answer: Answer<T>)

Registers given answer for a function call. Direct usage requires care, because it allows to register suspending answer for non-suspend function.