Hello everyone, does anyone know is there a well-k...
# ktor
c
Hello everyone, does anyone know is there a well-known design pattern for this class
open class Pipeline<TSubject : Any, TContext : Any>(vararg phases: PipelinePhase)
? The way it's being used is just so fascinating so I hope to get some insights that I can apply it to my own projects.
c
Thanks