Skip to content
Snippets Groups Projects
  1. Oct 15, 2022
  2. Oct 12, 2022
  3. Oct 06, 2022
  4. Oct 05, 2022
  5. Sep 30, 2022
  6. Sep 29, 2022
  7. Sep 23, 2022
  8. Sep 22, 2022
  9. Sep 21, 2022
    • Georgy Moshkin's avatar
      feat(network): add methods for requesting arbitrary rpc to ConnectionPool · 7b22c4df
      Georgy Moshkin authored
      `PoolWorker` is majorly reworked and now supports executing various
      requests asynchronously. The caller is notified of the request's outcome
      via callback. The connection is dropped on error only if there are no
      requests awaiting response (or timeout).
      
      `ConnectionPool` now has
      - methods `call_and_wait`/`call_and_wait_timeout` which yield
      - method `call` which doesn't yield but accepts a callback
      7b22c4df
Loading