Closed RipleyTom closed 1 week ago
Maybe it can be thread_local instead?
After reviewing the code I realize that it can't be an issue, queue_wake and awake_threads are always called on the same thread(in network_thread or p2p_thread).
Maybe it can be thread_local instead?