Hmm right now I think there is no way to extend br...
# arrow-contributors
j
Hmm right now I think there is no way to extend bracket with this functionality, mainly because bracket combines all three operations (
acquire
,
use
,
release
), but ManagedT accumulates
acquire
and
release
and then when someone is done creating resources provides
use
. Thus the main op is, contrary to what I first thought,
invoke
(or create or whatever, constructing the resource). 🤔