Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
nodejs ワーカー スレッドを使用して単純なメッセージ キューを実装したい。1 つの nodejs ワーカー スレッドがキューにデータを書き込み、キューにデータがある場合、別のワーカー スレッドがそのデータを取得してデータを処理します。