Why is Executor only implemented for references to connections and connection pools, and not the owned types? #3903
Replies: 1 comment
-
Closed as a duplicate of #1136 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This example shows how difficult it is to pass an executor as a function argument:
This does not compile because the first query consumes the executor.
Beta Was this translation helpful? Give feedback.
All reactions