TOSAsync
This commit is contained in:
@@ -239,6 +239,7 @@ protected:
|
||||
|
||||
coro<> read(std::byte *data, uint32_t size);
|
||||
void closeRead();
|
||||
void close();
|
||||
|
||||
template<typename T, std::enable_if_t<std::is_integral_v<T> or std::is_same_v<T, std::string>, int> = 0>
|
||||
coro<T> read() {
|
||||
|
||||
Reference in New Issue
Block a user