influxdb/ingester2
Dom Dwyer b15aebbddc
feat(deferred_load): peek() immediate values
Adds a peek() method to the DeferredLoad construct, allowing a caller to
immediately read the resolved value, or "None" if the value is
unresolved or concurrently resolving.

This allows a caller to optimistically read the value without having to
block and wait for it to become available.
2022-12-15 14:33:44 +01:00
..
benches feat: optimize wal with batching (#6399) 2022-12-14 16:07:20 +00:00
src feat(deferred_load): peek() immediate values 2022-12-15 14:33:44 +01:00
Cargo.toml Merge branch 'main' into dom/wal-bench 2022-12-13 15:19:32 +00:00