fiber: introduce fiber slice
This patch introduces execution time slice for fiber. Later, we will use this mechanism to limit iteration in space. Part of #6085 NO_CHANGELOG=see later commits NO_DOC=see later commits
Showing
- src/lib/core/diag.h 2 additions, 0 deletionssrc/lib/core/diag.h
- src/lib/core/exception.cc 16 additions, 0 deletionssrc/lib/core/exception.cc
- src/lib/core/exception.h 18 additions, 0 deletionssrc/lib/core/exception.h
- src/lib/core/fiber.c 53 additions, 1 deletionsrc/lib/core/fiber.c
- src/lib/core/fiber.h 149 additions, 0 deletionssrc/lib/core/fiber.h
- src/lua/fiber.c 84 additions, 0 deletionssrc/lua/fiber.c
- src/main.cc 2 additions, 2 deletionssrc/main.cc
- test/app-luatest/fiber_slice_test.lua 140 additions, 0 deletionstest/app-luatest/fiber_slice_test.lua
Loading
Please register or sign in to comment