Do not start processSlotTx before it is ready to run
This MR introduces a dynamic_barrier_t type which is like std::barrier but the callback does not need to be specified at join
, and uses it to achieve run-to-completion for NR UEs processSlotTX
function. This means that there is no longer a need to wait in processSlotTx
.