[WIP] [PoC] '&' -> '&mut' #777

Draft
jebrosen wants to merge 2 commits from igalic/go/async-all-mut into go/async

2 Commits (main)

Author SHA1 Message Date
Jeb Rosen 4f904b7ac7 Work around a difficult lifetime interaction between closures and async blocks. 4 years ago
Jeb Rosen e322d9509a Change '&' to '&mut'.
Key changes:
* `find plume-models -name '*.rs' -exec sed -i -e 's/&PlumeRocket/\&mut PlumeRocket/' '{}' \;`
* Remove `let conn = &*rockets.conn;` lines
* Change `conn` to `&mut *rockets.conn` where `conn` was used
4 years ago