Bob Glamm
08/15/2019, 7:55 PMRoute.get(path: String, body: suspend PipelineContext<Unit, ApplicationCall>.(Unit) -> Unit): Route
from something more like Route.get(path: String, body: Async<F>.(ApplicationCall) -> Kind<F, Unit>): Route
? I keep running into issues where trying to just transform the second argument from Async
to PipelineContext
cannot resolve .fix().suspended()
to end up with suspend () -> Unit
raulraja
08/15/2019, 8:01 PM