Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | io_thread: add function _timeout_add() | Max Kellermann | 2011-09-20 | 1 | -0/+4 |
| | | | | | Same as _timeout_add_seconds(), but this one has millisecond resolution. | ||||
* | io_thread: _timeout_add_seconds() returns GSource* | Max Kellermann | 2011-09-20 | 1 | -1/+2 |
| | | | | The numeric ID isn't so useful. | ||||
* | io_thread: allow _call() from inside the thread | Max Kellermann | 2011-08-31 | 1 | -0/+7 |
| | |||||
* | io_thread: add function io_thread_quit() | Max Kellermann | 2011-08-29 | 1 | -0/+8 |
| | |||||
* | io_thread: add function io_thread_run() | Max Kellermann | 2011-08-29 | 1 | -0/+8 |
| | |||||
* | io_thread: add helper functions | Max Kellermann | 2011-08-25 | 1 | -0/+13 |
| | |||||
* | io_thread: new thread for non-blocking background I/O | Max Kellermann | 2011-08-24 | 1 | -0/+39 |
Try to eliminate the remaining blocking I/O. |