Open
Description
New fiber_object:info() and fiber_object:csw() functions
Product: Tarantool
Since: 2.9.0-43-g9da7e03e8
Audience/target: Tarantool users
Root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/fiber/#lua-object.fiber.fiber_object
SME: @ Korablev77
Details
fiber_object:info()
is the same asfiber.info()
, but show information only
about one alive fiber.fiber_object:csw()
show csw (Context SWitch) of alive fiber.
- Related development issues and/or commits: tarantool/tarantool@9da7e03
Definition of done
- New
fiber_object:info()
andfiber_object:csw()
functions are desribed.