• Peter Goodspeed-Niklaus's avatar
    implement generic job-manager subsystem impl · 91e301b8
    Peter Goodspeed-Niklaus authored
    This means that the work of implementing a subsystem boils down
    to implementing the job, and then writing an appropriate
    type definition, i.e.
    
    pub type CandidateBackingSubsystem<Spawner, Context> =
    	util::JobManager<Spawner, Context, CandidateBackingJob>;
    91e301b8