MCPcopy
hub / github.com/signalapp/Signal-Desktop / queue

Function queue

ts/test-mock/benchmarks/startup_bench.node.ts:100–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98
99 // Queue all messages
100 const queue = async (): Promise<void> => {
101 await Promise.all(
102 messages.map(message => {
103 return server.send(desktop, message);
104 })
105 );
106 };
107
108 const run = async () => {
109 const app = await bootstrap.startApp();

Callers 1

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected