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
The scaladoc of Hotswap#get says that "The returned resource is guaranteed to be available for the duration of the returned resource". I don't think this is true: if the whole Hotswap is finalized, the "returned resource" will be finalized too (here:
The scaladoc of
Hotswap#get
says that "The returned resource is guaranteed to be available for the duration of the returned resource". I don't think this is true: if the wholeHotswap
is finalized, the "returned resource" will be finalized too (here:cats-effect/std/shared/src/main/scala/cats/effect/std/Hotswap.scala
Line 116 in a6c5b15
I think either the scaladoc or the implementation should be changed. (Probably the scaladoc, although I've never used
Hotswap
.)The text was updated successfully, but these errors were encountered: