Plasma GitLab Archive
Projects Blog Knowledge

Module Unixqueue_select

module Unixqueue_select: sig .. end
This the old 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
This the old 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
Create a new Unix.select-based event system
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml