beamjs / erlv8

Erlang interface for V8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find out whether there is any way we can have nextTick back again as right now it does what enqueueTick does

yrashk opened this issue · comments

The only idea I have so far is two have two pairs of push/pull sockets per VM and make ticker poll the "emergency" queue first. And this emergency queue is for next ticks, as opposed to enqueued ticks.

Or is it a bad idea to have an emergency/priority ticking anyway? Something to think about. May be there is no need in it?