apollo-rs icon indicating copy to clipboard operation
apollo-rs copied to clipboard

implement `Send` trait for ApolloCompiler's context

Open lrlna opened this issue 2 years ago • 0 comments

Compiler's context needs to be accessed from multiple threads in the router, implement a Send trait for the context, or figure out a way to carry it over from salsa's derived database.

lrlna avatar Aug 10 '22 18:08 lrlna