Wrapping up bedrock implementation
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
mod service_tests {
|
||||
use crate::{JsonRpcService, Transport};
|
||||
use async_trait::async_trait;
|
||||
use galaxyui::r#async::executor::Background;
|
||||
use std::sync::Arc;
|
||||
use std::sync::Mutex;
|
||||
use galaxyui::r#async::executor::Background;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
struct MockTransport {
|
||||
|
||||
Reference in New Issue
Block a user