Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
nix::AsyncCollect< K, V > Class Template Reference

Public Types

using Item = std::conditional_t<std::is_void_v<V>, K, std::pair<K, V>>

Public Member Functions

 AsyncCollect (kj::Array< std::pair< K, kj::Promise< V > > > &&promises)
 KJ_DISALLOW_COPY_AND_MOVE (AsyncCollect)
kj::Promise< std::optional< Item > > next ()

The documentation for this class was generated from the following file: