[][src]Module deno_lib_bindings::dispatch

Structs

PinnedBuf

A PinnedBuf encapsulates a slice that's been borrowed from a JavaScript ArrayBuffer object. JavaScript objects can normally be garbage collected, but the existence of a PinnedBuf inhibits this until it is dropped. It behaves much like an Arc<u8>, although a PinnedBuf currently can't be cloned.

Traits

BindingDispatchContext

Dispatch context to give ops access to various context functions

Future

Trait for types which are a placeholder of a value that may become available at some later point in time.

Type Definitions

Buf
OpDispatchFn

Dispatch funciton type base is a placeholder value for now not sure what we want to use there

OpWithError

Result future of a op completion