mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Temporarily disable ServiceQueue dtor precondition asserts
This commit is contained in:
@@ -449,7 +449,9 @@ public:
|
|||||||
SharedState::Access state (m_state);
|
SharedState::Access state (m_state);
|
||||||
|
|
||||||
// Must be empty
|
// Must be empty
|
||||||
bassert (state->handlers.empty());
|
//bassert (state->handlers.empty());
|
||||||
|
|
||||||
|
// Cannot destroy while threads are waiting
|
||||||
bassert (state->waiting.empty());
|
bassert (state->waiting.empty());
|
||||||
|
|
||||||
typename Allocator::template rebind <Waiter>::other a (m_alloc);
|
typename Allocator::template rebind <Waiter>::other a (m_alloc);
|
||||||
|
|||||||
Reference in New Issue
Block a user