]> git.ipfire.org Git - thirdparty/systemd.git/commit
man/sd_bus_process: fix confusion about "synchronous"
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 16 Nov 2023 10:12:00 +0000 (11:12 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 23 Nov 2023 12:23:44 +0000 (13:23 +0100)
commit83d0edf5651b0e5861926363ce65f3e4a69fe08a
tree08870b8e0d9a44d99a93acd4676577175501f5da
parent0f9267501b13539ea1a780e4324986fa24cccb25
man/sd_bus_process: fix confusion about "synchronous"

An event loop is not "synchronous". So we shouldn't say that the client must
"synchrounusly poll" if we recommend an event loop. Let's just say it should
poll, and say that "sd_bus_wait()" is blocking, which is clearer and more
correct than "synchronous".
man/sd_bus_process.xml