package core_unix

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Epoll.ExpertSource

Sourceval clear_ready : t -> Base.unit

clear_ready t sets the number of ready events in t to 0. This should be called after all the events in t have been processed, following a call to wait.