Closed zeroSteiner closed 3 years ago
This makes the synchronize_access and synchronize_update methods provided by the stream module public which allows them to be used elsewhere.
synchronize_access
synchronize_update
This is helpful to protect certain operations that may involve more than one read / write operation such as:
BinData::Record#read
I'll have a PR requiring these changes up shortly that'll show them in action.
LGTM, will get this merged in now.
This makes the
synchronize_access
andsynchronize_update
methods provided by the stream module public which allows them to be used elsewhere.This is helpful to protect certain operations that may involve more than one read / write operation such as:
BinData::Record#read
)I'll have a PR requiring these changes up shortly that'll show them in action.