$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2019-11-25 16:15:22
On Mon, Nov 25, 2019 at 8:02 AM VinÃcius dos Santos Oliveira
<vini.ipsmaker_at_[hidden]> wrote:
> The property you want to offer is useful to streamable formats, but
> JSON has never been a streamable format. No libraries out there
> offer such functionality (please correct me if I'm wrong)
The use-case is performing bounded work in each I/O cycle. For example
when reading from a socket.
Regards