August'24: Kamaelia is in maintenance mode and will recieve periodic updates, about twice a year, primarily targeted around Python 3 and ecosystem compatibility. PRs are always welcome. Latest Release: 1.14.32 (2024/3/24)
selectorComponent() -> new selectorComponent component
Use selectorComponent.getSelectorService(...) in preference as it returns an existing instance, or automatically creates a new one.
Warning!
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Currently there is no support for exceptional sockets
Handle requests to register/deregister (component,socket) pairs.
Notifys corresponding component that its socket is ready for reading new data.
Notifys corresponding component that its socket is ready for writing new data.
Main loop
Wires in the (component, socket) pair, so the component receives notifications of events on socket.
Checks their interfaces with validComponentInput().
Does not check if the component,socket pair has already been wired in.
Unwires the specified (component, socket) pair, so it no longer receives notifications of events on the socket.
Got a problem with the documentation? Something unclear, could be clearer? Want to help with improving? Constructive criticism, preferably in the form of suggested rewording is very welcome.
Please leave the feedback here, in reply to the documentation thread in the Kamaelia blog.