blah
This commit is contained in:
parent
ac7bb07d95
commit
7b963433b9
@ -200,10 +200,6 @@ class IPC::Connections
|
|||||||
|
|
||||||
::loop do
|
::loop do
|
||||||
yield wait_event &block
|
yield wait_event &block
|
||||||
|
|
||||||
when LibIPC::EventType::Disconnection
|
|
||||||
yield IPC::Event::Disconnection.new connection.not_nil!
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -112,7 +112,7 @@ lib LibIPC
|
|||||||
fun ipc_switching_free (switch : Switchings* ) # Void
|
fun ipc_switching_free (switch : Switchings* ) # Void
|
||||||
|
|
||||||
# non public functions
|
# 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
|
# for testing purposes
|
||||||
fun ipc_switching_print (switch : Switchings*) # Void
|
fun ipc_switching_print (switch : Switchings*) # Void
|
||||||
|
Reference in New Issue
Block a user