You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.
This will not only make the order of error propagation non-deterministic, but also introduce a need for an extra runtime component and complicate #8, making it require a growing thread pool to implement this. Also, this optimization would mostly benefit miss-often caches rather than caches that are mostly hit.
recordReference
is not in the cache on query, schedule it to be fetched in a separate goroutine to not block retrieving any subsequent components.Await() error
method to component interface, that blocks until a component is retrieved.recordReference
retrieval.Having a separate
Await()
method instead of returning errors on read allows for error to be propagated before the first write to destination.The text was updated successfully, but these errors were encountered: