Discover Packages
github.com/m3db/m3ninx
x
package
Version:
v0.0.0-...-61d62eb
Opens a new window with list of versions in this module.
Published: Oct 15, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
NewSafeCloser returns a io.Closer which ensures the
underlying Close() is only called once. It's
useful for cleanup of resources in functions.
NewSafeMultiCloser returns an io.Closer which ensures the that calling Close() on it
calls Close() on each of the provided io.Closer(s) exactly once. Subsequent calls
are not executed.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.