Skip to content
Snippets Groups Projects
  1. Feb 24, 2023
  2. Feb 23, 2023
  3. Feb 17, 2023
  4. Feb 13, 2023
    • Sebastian's avatar
      Avoid deadlock with MailboxClientManager · ed48367f
      Sebastian authored
      Solve the more general problem where a task already running on the event
      executor schedules another task on the same executor and expects that to
      finish asynchronously. With the single-threaded event executor this does
      not work unless such tasks as immediately executed instead of being put
      into the queue.
      Verified
      ed48367f
  5. Feb 11, 2023
  6. Feb 06, 2023
  7. Feb 05, 2023
  8. Feb 03, 2023
  9. Feb 01, 2023
  10. Jan 31, 2023
  11. Jan 30, 2023
  12. Jan 29, 2023
  13. Jan 26, 2023
  14. Jan 20, 2023
Loading