Implement MPSC Channel #38
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.