improv(service): Load plugins from all paths in parallel

This commit is contained in:
Michael Aaron Murphy 2021-08-15 13:23:47 +02:00
parent 2c14701898
commit 251dcd5b2c
3 changed files with 33 additions and 43 deletions

View file

@ -1,6 +1,6 @@
use crate::*;
use pop_launcher::*;
use flume::Sender;
use pop_launcher::*;
use slab::Slab;
use std::borrow::Cow;