#include "check.h"
#include "Compiler.h"
Go to the source code of this file.
◆ io_thread_deinit()
void io_thread_deinit |
( |
| ) |
|
◆ io_thread_get()
◆ io_thread_init()
◆ io_thread_inside()
Is the current thread the I/O thread?
◆ io_thread_quit()
Ask the I/O thread to quit, but does not wait for it.
Usually, you don't need to call this function, because io_thread_deinit() includes this.
◆ io_thread_run()
Run the I/O event loop synchronously in the current thread.
This can be called instead of io_thread_start(). For testing purposes only.
◆ io_thread_start()