Remove Executor
trait from collab
and use an enum instead
This will let us save off the executor and avoid using generics.
This commit is contained in:
parent
5879dcc4e9
commit
d74fb97158
4 changed files with 48 additions and 53 deletions
|
@ -2,6 +2,7 @@ pub mod api;
|
|||
pub mod auth;
|
||||
pub mod db;
|
||||
pub mod env;
|
||||
mod executor;
|
||||
#[cfg(test)]
|
||||
mod integration_tests;
|
||||
pub mod rpc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue