You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our ChannelProvider trait has started to get quite complicated: it is handling snowflake channel lifecycle management and it is also handling concurrent access to the channel. We can make things cleaner by breaking out the concurrent access bits into a separate class. We will call it Coldswap, inspired by a cats-effect Hotswap.
The text was updated successfully, but these errors were encountered:
Our
ChannelProvider
trait has started to get quite complicated: it is handling snowflake channel lifecycle management and it is also handling concurrent access to the channel. We can make things cleaner by breaking out the concurrent access bits into a separate class. We will call itColdswap
, inspired by a cats-effectHotswap
.The text was updated successfully, but these errors were encountered: