Skip to content

Added new QueuedSocket class

Aaron Graubert requested to merge queued_socket into dev

Created by: agraubert

This will allow parallel threads operating on the same socket to communicate without interfering with each other

Merge request reports