Between Combine’s Publisher
, The Composable Architecture’s Effect
, and NIO’s EventLoopFuture
, I am often left wondering what operations are available where and what they’re called. Maybe I can use some type aliases and extensions to bridge the API gaps.