Skip to content
Snippets Groups Projects
  1. Mar 10, 2023
  2. Mar 09, 2023
  3. Mar 08, 2023
  4. Mar 06, 2023
  5. Mar 02, 2023
  6. Feb 27, 2023
  7. Feb 26, 2023
  8. Feb 25, 2023
  9. Feb 24, 2023
  10. Feb 23, 2023
  11. Feb 17, 2023
  12. 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
  13. Feb 11, 2023
Loading