InfoHandler

typealias InfoHandler<TResult> = suspend (infoFlow: Flow<Info<*>>) -> TResult(source)

Function used to handle the flow of information related to some path.