Discover Packages
github.com/shreyassrivatsan/m3
src
m3ninx
x
package
Version:
v0.14.1
Opens a new window with list of versions in this module.
Published: Oct 16, 2019
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
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.