#include <pars/pars.h>
#include <format>
#include <string>
Go to the source code of this file.
|
| enum class | pars_example::resource::client_state {
pars_example::resource::creating
, pars_example::resource::initializing
, pars_example::resource::started
, pars_example::resource::sending_work
,
pars_example::resource::waiting_work_done
, pars_example::resource::terminating
, pars_example::resource::terminated
} |
| |
| enum class | pars_example::resource::server_state { pars_example::resource::creating
, pars_example::resource::initializing
, pars_example::resource::running
, pars_example::resource::terminating
} |
| |
| enum class | pars_example::resource::pipe_state { pars_example::resource::waiting_work
, pars_example::resource::working
, pars_example::resource::done
, pars_example::resource::failing
} |
| |
◆ enable_compute_fib_async
| auto enable_compute_fib_async = true |
|
constexpr |