You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: