diff --git a/imports.md b/imports.md index 6e50d1a..03f0a7b 100644 --- a/imports.md +++ b/imports.md @@ -521,6 +521,13 @@ Soon: switch to resource incoming-value { ... }
  • own<outgoing-value>
  • [method]outgoing-value.outgoing-value-write-body: func

    +

    Returns a stream for writing the value contents.

    +

    The returned output-stream is a child resource: it must be dropped +before the parent outgoing-value resource is dropped (or finished), +otherwise the outgoing-value drop or finish will trap.

    +

    Returns success on the first call: the output-stream resource for +this outgoing-value may be retrieved at most once. Subsequent calls +will return error.

    Params