mirror of
https://github.com/NixOS/nix
synced 2025-06-28 05:21:16 +02:00
Update src/libutil/serialise.hh
Co-authored-by: John Ericson <git@JohnEricson.me>
This commit is contained in:
parent
39daa4a0d3
commit
ce7cf4a2d3
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@ struct FramedSource : Source
|
||||||
* Write as chunks in the format expected by FramedSource.
|
* Write as chunks in the format expected by FramedSource.
|
||||||
*
|
*
|
||||||
* The `checkError` function can be used to terminate the stream when you
|
* The `checkError` function can be used to terminate the stream when you
|
||||||
* detect that an error has occurred.
|
* detect that an error has occurred. It does so by throwing an exception.
|
||||||
*/
|
*/
|
||||||
struct FramedSink : nix::BufferedSink
|
struct FramedSink : nix::BufferedSink
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue