rwcell - value container which allow to simultaneously read and modify value from two separate threads
Read-write cell that aims to reduce the amount of blocking compared to a single read-write lock.