Interface IoHandle

    • Method Detail

      • handle

        void handle​(IoRegistration registration,
                    IoEvent ioEvent)
        Be called once there is something to handle.
        Parameters:
        registration - the IoRegistration for this IoHandle.
        ioEvent - the IoEvent that must be handled. The IoEvent is only valid while this method is executed and so must not escape it.