Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Future ¶ added in v1.1.0
type Future[T any] struct { // contains filtered or unexported fields }
type FutureError ¶ added in v1.1.0
type Promise ¶ added in v1.1.0
type Promise[T any] struct { // contains filtered or unexported fields }
func NewPromise ¶ added in v1.1.0
type PromiseError ¶ added in v1.1.0
type Semaphore ¶
type Semaphore struct {
// contains filtered or unexported fields
}
func NewSemaphore ¶
func (*Semaphore) TryAcquire ¶
Click to show internal directories.
Click to hide internal directories.