# File lib/core/work_queue.rb, line 89
def
next_tick
()
@lock
.
synchronize
{
@schedule
.
next_tick
}
end