move bridge rx and tx queues from global into the bridge class #146

Closed
opened 2021-03-11 21:44:00 +00:00 by AlexVdberg · 0 comments
AlexVdberg commented 2021-03-11 21:44:00 +00:00 (Migrated from github.com)

Create a push wrapper for the tx queue n the bridge class.
This will remove the complications of mutexes and having all 4 channels accessing the queue if the mutexes are within the bridge class.
Will also need a pop wrapper for the rx queue to be used by the pipeline controller

Create a push wrapper for the tx queue n the bridge class. This will remove the complications of mutexes and having all 4 channels accessing the queue if the mutexes are within the bridge class. Will also need a pop wrapper for the rx queue to be used by the pipeline controller
Sign in to join this conversation.
No description provided.