0.3.2
Added
SingletonToken
, a zero-sized token typeUnsyncTokenLock
, which has more lenient requirements forSync
-ness provided that the token type is!Sync
. You can store aCell
inUnsyncTokenLock
, which will still beSync
.
Changed
- Relaxed the requirements for
TokenLock: Send, Sync
.