summaryrefslogtreecommitdiff
path: root/core/core.js
AgeCommit message (Collapse)Author
2020-06-21core: add Deno.core.dispatchByName (#6395)Bartek IwaƄczuk
This commit adds alternate dispatch method to core JS API. "Deno.core.dispatchByName()" works like "Deno.core.dispatch()", but takes op name instead of op id as a first argument.
2020-06-01feat(core): Ops can take several zero copy buffers (#4788)Valentin Anger
2020-05-12Clean up core/shared_queue.js (#5237)Ryan Dahl