1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
(** @canonical Poll.Backend *)
module Backend = Poll__Backend
(** @canonical Poll.Bigstring *)
module Bigstring = Poll__Bigstring
(** @canonical Poll.Empty_poll *)
module Empty_poll = Poll__Empty_poll
(** @canonical Poll.Epoll_poll *)
module Epoll_poll = Poll__Epoll_poll
(** @canonical Poll.Event *)
module Event = Poll__Event
(** @canonical Poll.Import *)
module Import = Poll__Import
(** @canonical Poll.Kqueue_poll *)
module Kqueue_poll = Poll__Kqueue_poll
(** @canonical Poll.Poll_intf *)
module Poll_intf = Poll__Poll_intf
(** @canonical Poll.Timeout *)
module Timeout = Poll__Timeout
(** @canonical Poll.Wepoll_poll *)
module Wepoll_poll = Poll__Wepoll_poll