rtic/src
Jorge Aparicio bad8851fee add Resource.read method for atomic reads of a resource's value
this method lets you directly read the value of a resource without paying for
synchronization overhead (no need for `Threshold.raise`). The catch is that
resource value must have a size of 4-bytes or smaller to guarantee that the read
operation is atomic -- atomic as in it can't be interrupted.
2017-05-20 12:59:37 -05:00
..
lib.rs add Resource.read method for atomic reads of a resource's value 2017-05-20 12:59:37 -05:00