[][src]Function edit_server::sync::spawn_sync_thread

pub fn spawn_sync_thread(
    page_id: String,
    rx_notify: CCReceiver<ClientUpdate>,
    inner_doc: Doc<RtfSchema>,
    db_pool: DbPool
) -> Result<(), Error>

Run a sync server thread for a given page ID.