This is an automated email from the ASF dual-hosted git repository.

hgruszecki pushed a change to branch io_uring_tpc_task_registry
in repository https://gitbox.apache.org/repos/asf/iggy.git


    from 9c29b904 fix first 3 PR comments
     add 3bc2e7e3 get rid of `Box` and `dyn` by using RPITIT

No new revisions were added by this update.

Summary of changes:
 core/server/src/http/http_server.rs                |  5 +--
 core/server/src/shard/mod.rs                       |  2 -
 .../src/shard/task_registry/builders/continuous.rs | 45 +++++++++++----------
 .../src/shard/task_registry/builders/oneshot.rs    | 46 ++++++++++++----------
 .../src/shard/task_registry/builders/periodic.rs   | 46 ++++++++++++----------
 core/server/src/shard/task_registry/mod.rs         |  2 +-
 core/server/src/shard/task_registry/registry.rs    | 23 +++++++----
 core/server/src/shard/task_registry/specs.rs       | 15 +++----
 .../src/shard/tasks/continuous/http_server.rs      | 11 +++---
 .../src/shard/tasks/continuous/message_pump.rs     |  9 +++--
 .../src/shard/tasks/continuous/quic_server.rs      |  9 +++--
 .../src/shard/tasks/continuous/tcp_server.rs       |  9 +++--
 core/server/src/shard/tasks/mod.rs                 | 31 ++++-----------
 .../src/shard/tasks/periodic/clear_jwt_tokens.rs   |  9 +++--
 .../tasks/periodic/clear_personal_access_tokens.rs |  9 +++--
 .../src/shard/tasks/periodic/print_sysinfo.rs      |  7 ++--
 .../src/shard/tasks/periodic/save_messages.rs      | 11 +++---
 .../src/shard/tasks/periodic/verify_heartbeats.rs  |  9 +++--
 18 files changed, 153 insertions(+), 145 deletions(-)

Reply via email to