beamjs / erlv8

Erlang interface for V8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make ticker non-recursive

yrashk opened this issue · comments

Relevant to #33

Only important for JS-to-Erlang calls, and I am not sure you can avoid recursion in this case anyway

Only important if there will be too many js-to-erlang calls that will overflow the stack. I am yet to see this.