syncwriter

package
v1.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 31, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package syncwriter implements a concurrency safe io.Writer wrapper.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Writer

type Writer struct {
	// contains filtered or unexported fields
}

Writer implements a concurrency safe io.Writer wrapper.

func New

func New(w io.Writer) *Writer

New returns a new Writer that writes to w.

func (*Writer) Sync

func (w *Writer) Sync(sinkName string)

Sync calls Sync on the underlying writer if possible.

func (*Writer) Write

func (w *Writer) Write(name string, p []byte)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL