
Namespaces | |
| namespace | juce |
| namespace | juce::LinuxEventLoop |
Functions | |
| void | juce::LinuxEventLoop::registerFdCallback (int fd, std::function< void(int)> readCallback, short eventMask=1) |
| Registers a callback that will be called when a file descriptor is ready for I/O. | |
| void | juce::LinuxEventLoop::unregisterFdCallback (int fd) |
| Unregisters a previously registered file descriptor. | |