uazu / qcell

Statically-checked alternatives to RefCell and RwLock
Apache License 2.0
356 stars 22 forks source link

Cell constructor that does not require owner reference #2

Closed uazu closed 5 years ago

uazu commented 5 years ago

This would be possible with TCell and LCell, but not with QCell. This would be useful when new cells need to be created whilst the owner is borrowed.

uazu commented 5 years ago

In 0.2.0