1. 02 Jun, 2020 1 commit
    • Fedor Sakharov's avatar
      Overseer (#1152) · 162486cd
      Fedor Sakharov authored
      
      
      * Initial commit
      
      * Licenses, spaces, docs
      
      * Add a spawner
      
      * Watch spawned subsystems with a FuturesUnordered
      
      * Move the types around a bit
      
      * Suggested fixes by Max
      
      * Add a handler to talk to the Overseer
      
      * FromOverseer and ToOverseer msgs and stopping
      
      * Docs and return errors
      
      * Dont broadcast, have add a from field to messages
      
      * Allow communication between subsystems and outside world
      
      * A message with a oneshot to send result example
      
      * Remove leftover can_recv_msg
      
      * Remove from field from messages
      
      * Dont be generic over stuff
      
      * Gather messages with StreamUnordered
      
      * Fix comments and formatting
      
      * More docs fixes and an example
      
      * Apply suggestions from code review
      
      Co-authored-by: asynchronous rob's avatarRobert Habermeier <rphmeier@gmail.com>
      
      * Fixes from review
      
      Move function from impl block.
      Do not panic but resolve with errors if spawner fails or subsystem
      resolves.
      
      * Dropping a handler results in a flaky test
      
      Co-authored-by: asynchronous rob's avatarRobert Habermeier <rphmeier@gmail.com>
      162486cd
  2. 01 Jun, 2020 4 commits
  3. 30 May, 2020 2 commits
  4. 29 May, 2020 4 commits
  5. 28 May, 2020 2 commits
  6. 27 May, 2020 3 commits
  7. 26 May, 2020 6 commits
  8. 25 May, 2020 2 commits
  9. 22 May, 2020 1 commit
  10. 21 May, 2020 10 commits
  11. 20 May, 2020 2 commits
  12. 19 May, 2020 1 commit
  13. 18 May, 2020 1 commit
  14. 17 May, 2020 1 commit