//
pkg.gl
Category
github.com/art-media-platform/amp.SDK
stdlib
generics
package
0.8.7
Repository:
https://github.com/art-media-platform/amp.sdk.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
2
Files
36 SLOC
#
Functions
WrapInRefCloser
Wraps the given io.Closer into a RefCloser, initializing its reference count to 1.
#
Interfaces
RefCloser
RefCloser is a reference counted io.Closer where the wrapped Closer is closed when its reference count reaches zero.