[][src]Module deno_cli::resources

Structs

ChildResources
ChildStatus
Resource
WorkerReceiver
WorkerReceiverStream

Traits

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_repl
add_reqwest_body
add_tcp_listener
add_tcp_stream
add_tls_stream
add_worker
child_status
get_file
get_message_from_worker
get_message_stream_from_worker
get_repl
get_type

If the given rid is open, this returns the type of resource, E.G. "worker". If the rid is closed or was never open, it returns None.

lookup
post_message_to_worker

Post message to worker as a host or privilged overlord

seek
table_entries

Type Definitions

ResourceId