Refactor series writer
This commit is contained in:
9
batchtools/src/jobchn.rs
Normal file
9
batchtools/src/jobchn.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
use std::marker::PhantomData;
|
||||
|
||||
pub struct JobChnWorker<JOB> {
|
||||
_t1: PhantomData<JOB>,
|
||||
}
|
||||
|
||||
impl<JOB> JobChnWorker<JOB> {}
|
||||
|
||||
//pub fn submit_and_await(job)
|
||||
@@ -1,3 +1,4 @@
|
||||
pub mod batcher;
|
||||
#[cfg(test)]
|
||||
pub mod channeltest;
|
||||
pub mod jobchn;
|
||||
|
||||
Reference in New Issue
Block a user