Implement MPSC Channel #38

Closed
opened 2025-12-03 13:14:40 -05:00 by mysticmomba · 0 comments
Owner

An MPSC channel would free up the requestor thread. This will allow for a pool of workers to continously request data from the Airlock API, send it/append it to a Hashmap of a single consumer thread.

An MPSC channel would free up the requestor thread. This will allow for a pool of workers to continously request data from the Airlock API, send it/append it to a Hashmap of a single consumer thread.
mysticmomba added this to the Version 1.0.0 Release milestone 2025-12-03 13:14:40 -05:00
mysticmomba added the enhancement label 2025-12-03 13:14:40 -05:00
mysticmomba self-assigned this 2025-12-03 13:14:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mysticmomba/AirlockTools#38