Crate ferromatch_server Copy item path admission ๐ connection ๐ critical_worker ๐ engine ๐ engine_thread ๐ io_tasks ๐ journal_files ๐ metrics ๐ publisher ๐ recovery ๐ replay_invariants ๐ snapshot ๐ types ๐ Args ๐ FerroMatch โ high-performance order matching engine.ConnectionTaskContext ๐ PublisherThreadConfig ๐ ServerShutdown ๐ StartupState ๐ abort_aux_runtime_task ๐ admission_from_args ๐ admit_connection ๐ Checks the connection limit, configures the socket, and registers the
connection. Returns None (and drops the socket) when the limit is
reached. aux_runtime_task_result ๐ build_io_runtime ๐ connection_liveness_from_args ๐ graceful_shutdown ๐ Deterministic shutdown sequence shared by production and (conceptually)
the test harness. All phases share a single deadline so the worst-case
wall-clock time is bounded by --shutdown-timeout-secs. initialize_journal ๐ main ๐ parse_journal_max_files ๐ parse_max_order_id ๐ parse_nonzero_u32 ๐ parse_nonzero_u64 ๐ parse_nonzero_usize ๐ parse_percent ๐ run_accept_loop ๐ run_io_runtime ๐ snapshot_path_from_args ๐ spawn_aux_runtime_task ๐ spawn_connection_tasks ๐ spawn_publisher_thread ๐