poll
Karchnu 2020-07-02 21:48:17 +02:00
parent ac7bb07d95
commit 7b963433b9
2 changed files with 1 additions and 5 deletions

View File

@ -200,10 +200,6 @@ class IPC::Connections
::loop do
yield wait_event &block
when LibIPC::EventType::Disconnection
yield IPC::Event::Disconnection.new connection.not_nil!
end
end
end

View File

@ -112,7 +112,7 @@ lib LibIPC
fun ipc_switching_free (switch : Switchings* ) # Void
# non public functions
fun ipc_read(Ctx*, index : LibC::UInt, Message*) : IPCError
fun ipc_read(ctx : Ctx*, index : LibC::UInt, message : Message*) : IPCError
# for testing purposes
fun ipc_switching_print (switch : Switchings*) # Void