DanielRosenwasser

u/DanielRosenwasser@programming.dev
1 posts · 1 comments

Recent posts

Recent comments

Though naming the disposable that you never use is a little weird.

Usually you will use the disposable value, as it'll have some other methods. In cases where you don't, it's often for something like locking/unlocking a resource.