rtic/src
Jorge Aparicio a458a07031 cyccnt::Instant: simplify the Send / Sync impl
originally the type was made `!Send` because it loses its meaning when
send from one core to another but that was an incorrect use of the `Send`
bound (the send operation makes the value incorrect but that doesn't cause
memory unsafety on its own). So later the type was (explicitly) made `Send`
again resulting in a convoluted implementation -- this commit simplifies things.
2019-10-15 19:31:46 -05:00
..
cyccnt.rs cyccnt::Instant: simplify the Send / Sync impl 2019-10-15 19:31:46 -05:00
export.rs don't use deprecated API 2019-09-15 18:36:00 +02:00
lib.rs more monotonic timer docs 2019-10-15 18:44:49 -05:00
tq.rs change Monotonic::ratio return type to Fraction 2019-07-11 13:28:25 +02:00