Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-21 | core: 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-01 | feat(core): Ops can take several zero copy buffers (#4788) | Valentin Anger | |
2020-05-12 | Clean up core/shared_queue.js (#5237) | Ryan Dahl | |