Alexander
suspend
typealias EventHandler<T> = (T) -> Unit
pipeline.environment.monitor.subscribe(Routing.RoutingCallStarted) { call -> // Here I want to take a mutex or send any message into a channel }
A modern programming language that makes developers happier.