Commit 1b5b59a8 authored by Igor Chorążewicz's avatar Igor Chorążewicz Committed by Igor Chorazewicz
Browse files

concurrent_hash_map: implement my_mask without v<>

my_mask is a variable which is reinitialized on each process
restart. Until now, v<> was used for this purpose. Because v<> is not
productized yet, reinitialize my_mask in runtime_initialize() method. Now,
runtime_initialize() MUST be called after proccess restart.

In future, when v<> is productized, we may switch back to using it.
parent f98b07f1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment