Function tarantool::fiber::set_name

source ·
pub fn set_name(name: &str)
Expand description

Sets the name of the current fiber.

NOTE: if has_fiber_id returns false this function uses an inefficient implementation based on the lua api.