package
0.6.0-rc9
Repository: https://github.com/suborbital/e2core.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
NewAtomicReference returns a new AtomicReference with an initial value.
NewLoadingCache returns a new instance of LoadingCache[V].
No description provided by the author
No description provided by the author
StableTime is a clock which must be manually updated.
SystemTime is a clock facade on time.Time.
No description provided by the author

# Constants

EntryCanceled indicates an update was attempted but canceled before completing.
EntryError indicates the last attempt to update a cache entry failed.
EntryInit marks a cache entry as initialized but not yet populated.
EntryPending indicates the cache entry is the process of being updated.
EntryReady indicates the cache entry is ready for use.

# Variables

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

# Structs

AtomicReference is a Generic wrapper for atomic.Value.
Entry
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

# Interfaces

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

# Type aliases

No description provided by the author