Implements gh-386; remove fiber.create(), fiber.resume(), fiber.detach()
Make status() a method. Update the docs.
Showing
- doc/user/stored-procedures.xml 21 additions, 87 deletionsdoc/user/stored-procedures.xml
- src/box/space.cc 1 addition, 7 deletionssrc/box/space.cc
- src/fiber.cc 7 additions, 0 deletionssrc/fiber.cc
- src/fiber.h 3 additions, 0 deletionssrc/fiber.h
- src/lua/box_net_box.lua 3 additions, 3 deletionssrc/lua/box_net_box.lua
- src/lua/fiber.cc 20 additions, 302 deletionssrc/lua/fiber.cc
- src/trigger.h 12 additions, 0 deletionssrc/trigger.h
- test/app/init_script.result 1 addition, 1 deletiontest/app/init_script.result
- test/app/init_script.test.lua 0 additions, 2 deletionstest/app/init_script.test.lua
- test/box/box.net.box.result 1 addition, 1 deletiontest/box/box.net.box.result
- test/box/box.net.box.test.lua 1 addition, 1 deletiontest/box/box.net.box.test.lua
- test/box/bsdsocket.result 2 additions, 2 deletionstest/box/bsdsocket.result
- test/box/bsdsocket.test.lua 2 additions, 2 deletionstest/box/bsdsocket.test.lua
- test/box/configuration.test.py 0 additions, 142 deletionstest/box/configuration.test.py
- test/box/fiber.result 53 additions, 301 deletionstest/box/fiber.result
- test/box/fiber.test.lua 38 additions, 113 deletionstest/box/fiber.test.lua
- test/box/ipc.result 7 additions, 7 deletionstest/box/ipc.result
- test/box/ipc.test.lua 7 additions, 7 deletionstest/box/ipc.test.lua
- test/box/lua/fiber.lua 14 additions, 14 deletionstest/box/lua/fiber.lua
- test/box/print.result 1 addition, 2 deletionstest/box/print.result
Loading
Please register or sign in to comment