From 7232c55b196e2db51f320e1cda34fad15b6270f3 Mon Sep 17 00:00:00 2001 From: Carlos Souza Date: Fri, 31 May 2024 14:19:59 -0400 Subject: [PATCH] Update doc --- lib/xogmios/chain_sync.ex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/xogmios/chain_sync.ex b/lib/xogmios/chain_sync.ex index 3b609aa..e0d7413 100644 --- a/lib/xogmios/chain_sync.ex +++ b/lib/xogmios/chain_sync.ex @@ -131,12 +131,12 @@ defmodule Xogmios.ChainSync do end @doc """ + Issues a synchronous message for reading the next block. + Potentially useful for building chain indexers with support for backpressure mechanism. + > #### Warning {: .warning} > > This is a highly experimental function and should not be relied on just yet. - - Issues a synchronous message for reading the next block. - Potentially useful for building chain indexers with support for backpressure mechanism. """ @spec read_next_block(pid()) :: {:ok, block :: map()} | :error def read_next_block(pid) do