Slide 18
Slide 18 text
enum class Variant {
BLOCKING, // Request1Blocking
BACKGROUND, // Request2Background
CALLBACKS, // Request3Callbacks
COROUTINE, // Request4Coroutine
PROGRESS, // Request5Progress
CANCELLABLE, // Request5Progress (too)
CONCURRENT, // Request6Concurrent
GATHER, // Request8Gather
ACTOR // Request9Actor
}