pack_traversal
pack_traversal#
This module exposes the basic functionality for traversing various packs, both
synchronously and asynchronously: hpx::util::traverse_pack
and
hpx::util::traverse_pack_async
. It also exposes the higher level
functionality of unwrapping nested futures: hpx::util::unwrap
and
its function object form hpx::util::functional::unwrap
.
See the API reference of this module for more details.