Presentation: fix online display.

master
Philippe Pittoli 2023-02-07 05:58:14 +01:00
parent 0b96aaafeb
commit 7ab2fccfd6
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@ TODO: Explain other possible implementations
TODO: Explain future of LibIPC
TODO: Explain what can be done right now
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!
@ -228,6 +228,7 @@ LibIPC has a high level API
defer context.deinit();
#pause
var pong_fd = try context.connect_service ("pong");
var message = try Message.init (pong_fd, allocator, "hello");
try context.schedule (message);