NonNull<u8> cannot be shared between threads safely #2502
Answered
by
SergioBenitez
thexeromin
asked this question in
Questions
-
I am trying to pass diesel db connection in rocket state using
|
Beta Was this translation helpful? Give feedback.
Answered by
SergioBenitez
Mar 25, 2023
Replies: 1 comment
-
It would be pretty bad for many, many reasons if you did this. You should use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
thexeromin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be pretty bad for many, many reasons if you did this. You should use
rocket_sync_db_pools
.