mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 02:36: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.
|
||||
*
|
||||
* 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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue