msgid ""
msgstr ""
"Project-Id-Version: English (Boost Beast Translation (zh_Hans))\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-06-07 10:39+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: English <https://insights.cppalliance.org/weblate/projects/"
"boost-beast-documentation-zh_Hans/doc-qbk-07-concepts-streams-qbk/en/>\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2026.5\n"

#. type: section title
#: 10
#, read-only
msgid "Streams"
msgstr "Streams"

#. type: paragraph
#: 12
#, read-only
msgid ""
"A stream in the context of Beast and networking, represents a full-duplex "
"connection between two programs or hosts, where data represented as bytes "
"may be received reliably in the same order they were written. Streams may "
"support any combination of synchronous and/or asynchronous reading and "
"writing."
msgstr ""
"A stream in the context of Beast and networking, represents a full-duplex "
"connection between two programs or hosts, where data represented as bytes "
"may be received reliably in the same order they were written. Streams may "
"support any combination of synchronous and/or asynchronous reading and "
"writing."

#. type: paragraph
#: 18
#, read-only
msgid "Stream concepts are based on named requirements in networking:"
msgstr "Stream concepts are based on named requirements in networking:"

#. type: heading
#: 20
#, read-only
msgid "Stream"
msgstr "Stream"

#. type: paragraph
#: 22
#, read-only
msgid ""
"A type modeling [*Stream] meets either or both of the following requirements:"
msgstr ""
"A type modeling [*Stream] meets either or both of the following requirements:"

#. type: list
#: 24
#, read-only
msgid ""
"* [*AsyncStream]\n"
"* [*SyncStream]"
msgstr ""
"* [*AsyncStream]\n"
"* [*SyncStream]"

#. type: heading
#: 27
#, read-only
msgid "AsyncStream"
msgstr "AsyncStream"

#. type: paragraph
#: 29
#, read-only
msgid "A type modeling [*AsyncStream] meets the following requirements:"
msgstr "A type modeling [*AsyncStream] meets the following requirements:"

#. type: list
#: 31
#, read-only
msgid ""
"* __AsyncReadStream__\n"
"* __AsyncWriteStream__"
msgstr ""
"* __AsyncReadStream__\n"
"* __AsyncWriteStream__"

#. type: heading
#: 34
#, read-only
msgid "SyncStream"
msgstr "SyncStream"

#. type: paragraph
#: 36
#, read-only
msgid "A type modeling [*SyncStream] meets the following requirements:"
msgstr "A type modeling [*SyncStream] meets the following requirements:"

#. type: list
#: 38
#, read-only
msgid ""
"* __SyncReadStream__\n"
"* __SyncWriteStream__"
msgstr ""
"* __SyncReadStream__\n"
"* __SyncWriteStream__"
