Presentation: fix online display.
parent
0b96aaafeb
commit
7ab2fccfd6
|
@ -13,7 +13,7 @@ TODO: Explain other possible implementations
|
||||||
TODO: Explain future of LibIPC
|
TODO: Explain future of LibIPC
|
||||||
TODO: Explain what can be done right now
|
TODO: Explain what can be done right now
|
||||||
TODO: Explain what I actually do with it
|
TODO: Explain what I actually do with it
|
||||||
TODO: Explain LibIPC isn't a silver bullet but fine for what I want
|
TODO: Explain LibIPC isn't a silver bullet
|
||||||
|
|
||||||
Have fun!
|
Have fun!
|
||||||
|
|
||||||
|
@ -228,6 +228,7 @@ LibIPC has a high level API
|
||||||
defer context.deinit();
|
defer context.deinit();
|
||||||
|
|
||||||
#pause
|
#pause
|
||||||
|
|
||||||
var pong_fd = try context.connect_service ("pong");
|
var pong_fd = try context.connect_service ("pong");
|
||||||
var message = try Message.init (pong_fd, allocator, "hello");
|
var message = try Message.init (pong_fd, allocator, "hello");
|
||||||
try context.schedule (message);
|
try context.schedule (message);
|
||||||
|
|
Reference in New Issue