mirror of
https://github.com/denoland/deno.git
synced 2025-08-27 22:14:43 +00:00
refactor(jupyter): move communication methods out of data structs (#23622)
Moves the communication methods out of the data structs and onto the `Connection` struct.
This commit is contained in:
parent
f2216c90a7
commit
486437fee1
4 changed files with 188 additions and 198 deletions
|
@ -28,8 +28,8 @@ use tokio::sync::mpsc;
|
|||
use tokio::sync::mpsc::UnboundedSender;
|
||||
|
||||
mod install;
|
||||
pub(crate) mod jupyter_msg;
|
||||
pub(crate) mod server;
|
||||
pub mod jupyter_msg;
|
||||
pub mod server;
|
||||
|
||||
pub async fn kernel(
|
||||
flags: Flags,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue