There is possible room for using sessions by mutable reference. Having the session chain with references allows the original session to be saved in a store and retrieved by reference. This would improve the ergonomics of eg storing sessions in DashMap.
A foreseen concern is that this might not be viable for all the same use cases, so some experimentation to evaluate viability is needed.
There is possible room for using sessions by mutable reference. Having the session chain with references allows the original session to be saved in a store and retrieved by reference. This would improve the ergonomics of eg storing sessions in DashMap.
A foreseen concern is that this might not be viable for all the same use cases, so some experimentation to evaluate viability is needed.