| 1501 | AsyncEventLoop(); |
| 1502 | |
| 1503 | AsyncEventLoop(const AsyncEventLoop&) = delete; |
| 1504 | AsyncEventLoop(AsyncEventLoop&&) = delete; |
| 1505 | AsyncEventLoop& operator=(AsyncEventLoop&&) = delete; |
| 1506 | AsyncEventLoop& operator=(const AsyncEventLoop&) = delete; |