Infinity.IoInterface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
add_dispatch |
r |
||
add_timeout |
r |
||
add_watch |
r |
||
parent |
r |
||
remove_dispatch |
r |
||
remove_timeout |
r |
||
remove_watch |
r |
||
update_watch |
r |
Methods¶
None
Details¶
- class Infinity.IoInterface¶
The virtual methods of
Infinity.Io
. These allow to set up socket watches, timeouts and function dispatchers. All of these functions need to be thread-safe.