* same as vformat_await() */
| 226 | * same as vformat_await() |
| 227 | */ |
| 228 | void vformat(const char* fmt, va_list ap) { |
| 229 | vformat_await(fmt, ap); |
| 230 | } |
| 231 | |
| 232 | /** |
| 233 | * Asynchronously wait for connection stream to be writable. This function sets |
no outgoing calls
no test coverage detected
searching dependent graphs…