From c3f63fcbe81f41e16962d6cffe7d348d0f449a05 Mon Sep 17 00:00:00 2001 From: Jure Varlec Date: Thu, 26 Feb 2026 12:30:26 +0000 Subject: [PATCH] doc: add ticker example to the docs --- documentation/example.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/documentation/example.rst b/documentation/example.rst index 143acb4..3388e90 100644 --- a/documentation/example.rst +++ b/documentation/example.rst @@ -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