Documentation
¶
Index ¶
- func IsNil(in any) bool
- func IsPtr(in any) bool
- func LimitExec[T any](in int) (func(func() T) T, error)
- func Lock(mtx *sync.Mutex) *sync.Mutex
- func LockL(mtx sync.Locker) sync.Locker
- func TTLExec[T any](dur time.Duration) (func(func() T) T, error)
- func Unwind[T any](in T) []T
- func With(mtx *sync.Mutex)
- func WithL(mtx sync.Locker)
- type IgnoreNewLinesBuffer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IgnoreNewLinesBuffer ¶ added in v0.9.4
func (*IgnoreNewLinesBuffer) Write ¶ added in v0.9.4
func (b *IgnoreNewLinesBuffer) Write(in []byte) (int, error)
func (*IgnoreNewLinesBuffer) WriteString ¶ added in v0.9.4
func (b *IgnoreNewLinesBuffer) WriteString(in string) (int, error)
Click to show internal directories.
Click to hide internal directories.