doc: add ticker example to the docs

This commit is contained in:
Jure Varlec
2026-02-27 08:14:29 +00:00
committed by mdavidsaver
co-authored by mdavidsaver
parent bf51e44b7b
commit c3f63fcbe8
+7
View File
@@ -33,3 +33,10 @@ Mailbox Server
.. literalinclude:: ../example/mailbox.cpp
:language: c++
:name: mailbox.cpp
Counter Server
--------------
.. literalinclude:: ../example/ticker.cpp
:language: c++
:name: ticker.cpp