1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-06-14 05:41:21 +00:00
Commit Graph

3 Commits

Author SHA1 Message Date
bc526f18a4 libs: Make bitarray functions lock parameters that aren't the caller ()
This now makes bit array functions which take in a second bit array, thread
safe. Previously there was a warning on bitarray.Update to be lock the
second parameter externally if thread safety wasrequired.
This was not done within the codebase, so it was fine to change here.

Closes 
2018-07-27 04:21:08 +02:00
6241e6b927 libs: update BitArray go docs () 2018-07-27 02:10:58 +02:00
ae3bf81833 mv tmlibs files to libs dir 2018-07-01 22:36:03 -04:00