Skip to content

Commit

Permalink
Import reorganization
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexclique committed Oct 24, 2019
1 parent a9042b2 commit 3fb375a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions lightproc/examples/proc_panic.rs
@@ -1,13 +1,10 @@
use std::future::Future;

use std::thread;

use crossbeam::channel::{unbounded, Sender};
use futures::executor;
use lazy_static::lazy_static;
use lightproc::prelude::*;
use std::future::Future;
use std::thread;

use lightproc::recoverable_handle::RecoverableHandle;

fn spawn_on_thread<F, R>(future: F) -> RecoverableHandle<R>
where
Expand Down

0 comments on commit 3fb375a

Please sign in to comment.