rogchap / v8go

Execute JavaScript from Go

Home Page:https://rogchap.com/v8go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exactly what kinds of access to v8go must be serialized from the caller

dlamotte opened this issue · comments

AFAICT, calling v8ctx.RunScript from hundreds of goroutines on the same *v8.Context does have have any issues (they appear to synchronize and run one after another).