-
-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
phmap::parallel_flat_hash_map<uint32_t, uint32_t> erase_if crash? #263
Comments
This is not really a crash, it hits an |
Hi greg7mdp. Thanks for your support. |
Is it better use class Mutex = std::mutex by default for parallel_xxx container? |
Yes, I would suggest using |
phmap::parallel_flat_hash_map<uint32_t, uint32_t> erase crash?
class waiter final : sig_event
{
public:
static waiter& inst();
~waiter() override;
private:
static void atexit_cb();
waiter();
};
multi thread call stack:
The text was updated successfully, but these errors were encountered: