MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / asio_thread_pool

Method asio_thread_pool

include/exec/asio/asio_thread_pool.hpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 {
28 public:
29 asio_thread_pool()
30 : pool_()
31 , executor_(pool_.executor())
32 {}
33
34 explicit asio_thread_pool(uint32_t num_threads)
35 : pool_(num_threads)

Callers

nothing calls this directly

Calls 1

executorMethod · 0.80

Tested by

no test coverage detected