async/memoize_future_utils library

Functions

memoizeFuture<T>(AsyncAction<T> fn) Future<T> Function()
Cache single async result (memoize Future). Returns a function that runs fn once and reuses the same Future. Roadmap #180.