mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
update comment
This commit is contained in:
parent
c1bae6e6b5
commit
4188842eb5
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ impl Meta {
|
||||||
/// Return UTF-8 buffer collected.
|
/// Return UTF-8 buffer collected.
|
||||||
///
|
///
|
||||||
/// * this function implements low-level helper for `Meta::from_socket_connection_async`, also provides public API for external integrations
|
/// * this function implements low-level helper for `Meta::from_socket_connection_async`, also provides public API for external integrations
|
||||||
/// * requires entire `SocketConnection` instead of `InputStream` to keep connection alive in async context
|
/// * requires `SocketConnection` instead of `InputStream` to keep connection alive (by increasing reference count in async context) @TODO
|
||||||
pub fn read_from_socket_connection_async(
|
pub fn read_from_socket_connection_async(
|
||||||
mut buffer: Vec<u8>,
|
mut buffer: Vec<u8>,
|
||||||
connection: SocketConnection,
|
connection: SocketConnection,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue