Type Definition deno_core::ResourceId
source · pub type ResourceId = u32;
Expand description
A ResourceId
is an integer value referencing a resource. It could be
considered to be the Deno equivalent of a file descriptor
in POSIX like
operating systems. Elsewhere in the code base it is commonly abbreviated
to rid
.