Home
librapidsmpf
cucim
cudf-java
cudf
cugraph
cuml
cuproj
cuspatial
cuvs
cuxfilter
dask-cuda
dask-cudf
kvikio
libcudf
libcuml
libcuproj
libcuspatial
libkvikio
librapidsmpf
librmm
libucxx
nvforest
raft
rapids-cmake
rapidsmpf
rmm
ucxx
nightly (26.04)
nightly (26.04)
stable (26.02)
legacy (25.12)
include
rapidsmpf
streaming
core
actor.hpp
1
6
#pragma once
7
8
#include <coro/coro.hpp>
9
10
namespace
rapidsmpf::streaming
{
11
18
using
Actor
= coro::task<void>;
19
28
void
run_actor_network
(std::vector<Actor> actors);
29
30
}
// namespace rapidsmpf::streaming
rapidsmpf::streaming
Definition:
packed_data.hpp:12
rapidsmpf::streaming::Actor
coro::task< void > Actor
Alias for an actor in a streaming graph.
Definition:
actor.hpp:18
rapidsmpf::streaming::run_actor_network
void run_actor_network(std::vector< Actor > actors)
Runs a list of actors concurrently and waits for all to complete.
Generated by
1.9.1