23namespace juce::LinuxEventLoop
void 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 unregisterFdCallback(int fd)
Unregisters a previously registered file descriptor.
Type unalignedPointerCast(void *ptr) noexcept
Casts a pointer to another type via void*, which suppresses the cast-align warning which sometimes ar...