guess I need to borrow `self` by value in `Core::p...
# development
r
guess I need to borrow
self
by value in
Core::pool()
and give the
RwLockReadGuard<Option<CpuPool>>
a lifetime?