fiber: make fiber_set_cancellable a no-op
Currently this function is not used inside Tarantool, however it is available via C module API. Deprecate it, because it is very confusing and has nothing to do with the fiber cancellation. Closes #7166 @TarantoolBot document Title: fiber: get rid of fiber_set_cancellable Product: Tarantool Since: 2.11 Audience/target: dev Root document: https://www.tarantool.io/en/doc/latest/dev_guide/reference_capi/fiber/#c.fiber_set_cancellable SME: @Gumix This function is a no-op since 2.11 and should be dropped from the documentation.
Showing
- changelogs/unreleased/gh-7166-deprecate-fiber_set_cancellable.md 4 additions, 0 deletions...ogs/unreleased/gh-7166-deprecate-fiber_set_cancellable.md
- src/lib/core/fiber.c 3 additions, 31 deletionssrc/lib/core/fiber.c
- src/lib/core/fiber.h 20 additions, 26 deletionssrc/lib/core/fiber.h
- src/lua/fiber.c 1 addition, 6 deletionssrc/lua/fiber.c
- test/unit/fiber.cc 1 addition, 3 deletionstest/unit/fiber.cc
- test/unit/latch.c 0 additions, 1 deletiontest/unit/latch.c
Loading
Please register or sign in to comment