Draft: Switch the default liburcu flavor to QSBR
Now that Userspace-RCU is TSAN-aware, we can safely switch to QSBR flavor of liburcu which is much faster than the default membarrier flavor, but requires the loops rcu_quiescent_state() to be called periodically from the libuv prepare handler.
Closes #4102