MCPcopy Create free account
hub / github.com/awslabs/llrt /

Class

example/clear-ddb-table.mjs:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43const sleep = (time) => new Promise((resolve) => setTimeout(resolve, time));
44
45class AsyncProcessor {
46 constructor(producerFunction, consumerFunction) {
47 this.producerFunction = producerFunction;
48 this.consumerFunction = consumerFunction;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected