[][src]Module join_impl::join::name_constructors

Name constructors for code generation by join! macro.

Functions

construct_expr_wrapper_name

Constructs result wrapper in order to be used when expression is block.

construct_handler_name

Constructs handler name.

construct_inspect_fn_name

Constructs inspect function name.

construct_internal_value_name

Constructs internal value name with no index.

construct_result_name

Constructs result name with given index.

construct_results_name

Constructs results name.

construct_spawn_tokio_fn_name

Constructs tokio::spawn wrapper function name.

construct_step_results_name

Constructs step result name using given index.

construct_thread_builder_fn_name

Constructs thread builder fn name. This function will generate thread builder with specified name. This name will be displayed as result of thread::current().name().unwrap() or in case of thread's panic.

construct_thread_builder_name

Constructs thread builder name with given index.

construct_var_name

Constructs name for variable with given index.