mirror of
https://github.com/c-cube/nanoev.git
synced 2025-12-06 11:15:48 -05:00
expoe global_ev
This commit is contained in:
parent
b96a78cfc0
commit
9cfee024cd
3 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
(** Global loop *)
|
||||
(** Global loop. *)
|
||||
|
||||
open Common_
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
module Background_thread = Background_thread
|
||||
module Base = Base
|
||||
include Base
|
||||
module Global_ev = Global_ev
|
||||
module IO_in = IO_in
|
||||
module IO_out = IO_out
|
||||
module Net_client = Net_client
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
(** Basic interface with picos *)
|
||||
|
||||
module Background_thread = Background_thread
|
||||
module Global_ev = Global_ev
|
||||
|
||||
(** {2 Non blocking IO primitives} *)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue