• Bastian Köcher's avatar
    Simplify subsystem jobs (#2037) · 1fbf09ac
    Bastian Köcher authored
    * Simplify subsystem jobs
    
    This pr simplifies the subsystem jobs interface. Instead of requiring an
    extra message that is used to signal that a job should be ended, a job
    now ends when the receiver returns `None`. Besides that it changes the
    interface to enforce that messages to a job provide a relay parent.
    
    * Drop ToJobTrait
    
    * Remove FromJob
    
    We always convert this message to FromJobCommand anyway.
    1fbf09ac
This project manages its dependencies using Cargo. Learn more