mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-16 20:50:37 +00:00
launch_wal_receiver: apply joonas's review suggestion (visibility + doc comment)
This commit is contained in:
@@ -1468,7 +1468,11 @@ impl Timeline {
|
||||
*flush_loop_state = FlushLoopState::Running;
|
||||
}
|
||||
|
||||
pub(super) fn launch_wal_receiver(
|
||||
/// Creates and starts the wal receiver.
|
||||
///
|
||||
/// This function is expected to be called at most once per Timeline's lifecycle
|
||||
/// when the timeline is activated.
|
||||
fn launch_wal_receiver(
|
||||
self: &Arc<Self>,
|
||||
ctx: &RequestContext,
|
||||
broker_client: BrokerClientChannel,
|
||||
|
||||
Reference in New Issue
Block a user