pub fn add_network_event_task<TYPES: NodeType, I: NodeImplementation<TYPES>, V: Versions, NET: ConnectedNetwork<TYPES::SignatureKey>>(
    handle: &mut SystemContextHandle<TYPES, I, V>,
    network: Arc<NET>,
    quorum_membership: TYPES::Membership,
    da_membership: TYPES::Membership
)
Expand description

Add the network task to handle events and send messages.