☰
AsyncRef
AsyncRef
In deno_core
Modules
error
Macros
impl_readable_byob
impl_writable
include_js_files
located_script_name
Structs
AsyncRefCell
BufMutView
BufView
ByteString
CancelHandle
Canceled
CrossIsolateStore
DetachedBuffer
Extension
ExtensionBuilder
FsModuleLoader
InspectorMsg
InspectorSessionProxy
JsRealm
JsRuntime
JsRuntimeInspector
LocalInspectorSession
ModuleSource
NoopModuleLoader
OpCall
OpDecl
OpError
OpState
OpsTracker
RcRef
ResourceTable
RuntimeOptions
TryCancelable
U16String
op_close
op_print
op_resources
op_void_async
op_void_sync
Enums
Cancelable
InspectorMsgKind
ModuleResolutionError
ModuleType
Op
OpResult
Snapshot
StringOrBuffer
WriteOutcome
ZeroCopyBuf
Constants
DUMMY_SPECIFIER
V8_WRAPPER_OBJECT_INDEX
V8_WRAPPER_TYPE_INDEX
Traits
CancelFuture
CancelTryFuture
ModuleLoader
RcLike
Resource
SourceMapGetter
Functions
normalize_path
resolve_import
resolve_path
resolve_url
resolve_url_or_path
v8_set_flags
v8_version
Type Definitions
AsyncMut
AsyncMutFuture
AsyncRef
AsyncRefFuture
AsyncResult
CompiledWasmModuleStore
GetErrorClassFn
JsErrorCreateFn
ModuleId
ModuleSourceFuture
ModuleSpecifier
OpAsyncFuture
OpFn
OpId
OpMiddlewareFn
PromiseId
ResourceId
SharedArrayBufferStore
?
Type Definition
deno_core
::
AsyncRef
source
·
[
−
]
pub type AsyncRef<T> = AsyncBorrowImpl<T, Shared>;