package
1.1.15
Repository: https://github.com/wfusion/gofusion.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewPromise is factory function for promise.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WhenAll receives function slice and returns a Future.
WhenAny returns a Future.
WhenAnyMatched returns a Future.
No description provided by the author
WrapFuture return a Future that presents the wrapped value.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

AggregateError aggregate multi errors into an error.
CancelledError present the Future object is cancelled.
Conf routine configurenolint: revive // struct tag too long issue.
Future provides a read-only view of promise, the value is set by using Resolve, Reject and Cancel methods of related promise.
No description provided by the author
NoMatchedError presents no future that returns matched result in WhenAnyTrue function.
No description provided by the author
Result presents the result of a promise.

# Interfaces

Canceller is used to check if the future is cancelled It be usually passed to the future task function for future task function can check if the future is cancelled.
No description provided by the author