DelSkayn / rquickjs

High level bindings to the quickjs javascript engine
MIT License
434 stars 59 forks source link

Fix segfault in scheduler #228

Closed DelSkayn closed 8 months ago

DelSkayn commented 9 months ago

Changes the scheduler so as to not hold onto reference to the futures vec while polling a future. This is a temp fix for #224 while we explore options for a more efficient scheduler implementation.