Open
Description
Since: Tarantool 2.7.2
SME: @Gerold103
root document: https://www.tarantool.io/ru/doc/latest/dev_guide/reference_capi/fiber/#c.fiber_wakeup
Details
In Lua fiber.wakeup()
being called on the current fiber does not
do anything, safe to use. The same for fiber_wakeup()
in C.
Note: fiber.wakeup()
is not described. Why?