源码聚合搜索 - 壹搜网为您找到"

JS 异步:Event-Loop+async/await

"相关结果 10条

Node.js

Node.js is a JavaScript-based platform for server-side and networking applications.
hub.docker.com

Azure Functions (Node.js)

Azure Functions is a serverless solution that allows you to build robust apps while using less code, and with less infrastructure and lower costs.
hub.docker.com

docker/loop

(deprecated)
hub.docker.com

Jsonnet

A configuration language for app and tool developers. A simple extension of JSON. Eliminate duplication with object-orientation.
hub.docker.com

Argo Events

Argo Events is an event-driven Workflow Automation Framework
hub.docker.com

bitnami/jsonnet

Bitnami Secure Image for jsonnet
hub.docker.com

bitnamicharts/chainloop

Bitnami Helm chart for Chainloop
hub.docker.com

jetbrains/qodana-js

Qodana for JavaScript/TypeScript projects
hub.docker.com

await using

The await using declaration declares block-scoped local variables that are asynchronously disposed. Like const, variables declared with await using must be initialized and cannot be reassigned. The variable's value must be either null, undefined, or an object with a [Symbol.asyncDispose]() or [Symbol.dispose]() method. When the variable goes out of scope, the [Symbol.asyncDispose]() or [Symbol.dispose]() method of the object is called and awaited, to ensure that resources are freed.
developer.mozilla.org