Skip to content

Commit

Permalink
feat: introduce Clone to plugin manager
Browse files Browse the repository at this point in the history
  • Loading branch information
SkuldNorniern committed May 7, 2024
1 parent 085918c commit 562a741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fluere-plugin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ use tokio::sync::{mpsc, Mutex};
#[cfg(feature = "log")]
use log::{debug, error, info, warn};

#[derive(Debug, Clone)]
pub struct PluginManager {
lua: Arc<Mutex<Lua>>,
sender: mpsc::Sender<FluereRecord>,
Expand Down

0 comments on commit 562a741

Please sign in to comment.