[][src]Module deno_cli::resources

Structs

ChildResources
ChildStatus
Resource

Traits

CoreResource

Abstract type representing resource in Deno.

DenoAsyncRead

DenoAsyncRead is the same as the tokio_io::AsyncRead trait but uses an ErrBox error instead of std::io:Error

DenoAsyncWrite

DenoAsyncWrite is the same as the tokio_io::AsyncWrite trait but uses an ErrBox error instead of std::io:Error

Functions

add_child
add_fs_file
add_reqwest_body
add_server_tls_stream
add_tcp_listener
add_tcp_stream
add_tls_listener
add_tls_stream
child_status
get_file
lock_resource_table
lookup
seek

Type Definitions

ResourceId

ResourceId is Deno's version of a file descriptor. ResourceId is also referred to as rid in the code base.