問題タブ [node-worker-threads]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
72 問題
0
投票する
0
に答える
227
参照
node.js - nodejsワーカースレッドを使用して単純なメッセージキューを実装するには?
nodejs ワーカー スレッドを使用して単純なメッセージ キューを実装したい。1 つの nodejs ワーカー スレッドがキューにデータを書き込み、キューにデータがある場合、別のワーカー スレッドがそのデータを取得してデータを処理します。