module Unixqueue_select:This the oldsig
..end
Unix.select
-based imeplementation of event systems
which was the default one until Ocamlnet-2.2.
Please avoid in new code. This module merely exists to allow comparisons between the old implementation and the new one.
Note that this class definition also includes some private
methods. These are required in some other Unixqueue implementations
inheriting from this class.
class type sb_event_system =object
..end
class select_based_event_system :unit ->
sb_event_system
Unix.select
-based imeplementation of event systems
which was the default one until Ocamlnet-2.2.
val select_based_event_system : unit -> Unixqueue.event_system
Unix.select
-based event system