Module cmp_external_fn_process

Source
Expand description

Тестирование документации:

cargo test components::cmp_external_fn_process --features="executor" --target="x86_64-unknown-linux-gnu";
cargo test --doc components::cmp_external_fn_process --features="executor" --target="x86_64-unknown-linux-gnu";

cargo test components::cmp_external_fn_process --features="executor, single-thread" --target="x86_64-unknown-linux-gnu";
cargo test --doc components::cmp_external_fn_process --features="executor, single-thread" --target="x86_64-unknown-linux-gnu";

Structs§

Config
Настройки cmp_external_fn_process

Type Aliases§

Cmp
Компонент cmp_external_fn_process
LocalBoxFuture
BoxFuture, but without the Send requirement.