lock

package
v0.0.0-...-8a511f5 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package lock provides synchronization primitives.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Lock

type Lock chan struct{}

Lock is similar to sync.Mutex but locking is cancellable through a context.Context.

func New

func New() Lock

func (Lock) Lock

func (l Lock) Lock(ctx context.Context) error

func (Lock) Unlock

func (l Lock) Unlock()

Jump to

Keyboard shortcuts

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