Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Future ¶
type Future[T any] struct { // contains filtered or unexported fields }
func (Future[T]) ErrorChannel ¶
type FutureNotFinishedError ¶
type FutureNotFinishedError struct {
// contains filtered or unexported fields
}
func NewFutureNotFinishedError ¶
func NewFutureNotFinishedError() FutureNotFinishedError
type FutureNotStartedError ¶
type FutureNotStartedError struct {
// contains filtered or unexported fields
}
func NewFutureNotStartedError ¶
func NewFutureNotStartedError() FutureNotStartedError
Click to show internal directories.
Click to hide internal directories.