Skip to content
Snippets Groups Projects
Commit 6db940cb authored by Dmitry E. Oboukhov's avatar Dmitry E. Oboukhov
Browse files

fiber:id is a method. #360.

parent e2348f8d
No related branches found
No related tags found
No related merge requests found
......@@ -177,7 +177,7 @@ end
local function wait_safely(self, what, timeout)
local f = box.fiber.self()
local fid = f.id()
local fid = f:id()
if self.waiters == nil then
self.waiters = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment