Skip to content

Commit

Permalink
README.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed May 13, 2020
1 parent 76f3e6e commit bf7829b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ Generate server and client side C source code.
$ messi generate_c_source examples/hello_world/hello_world.proto
Use ``-p/--platform`` to select which platform to generate code
for. Planned platforms are Linux (using `epoll`_) and `async`_.
for. Planned platforms are Linux (using `epoll`_ and `timerfd`_) and
`async`_.

The generated code is **not** thread safe.

Expand Down Expand Up @@ -241,6 +242,8 @@ Per message.

.. _epoll: https://en.wikipedia.org/wiki/Epoll

.. _timerfd: http://man7.org/linux/man-pages/man2/timerfd_settime.2.html

.. _async: https://github.com/eerimoq/async

.. _Protocol Buffers: https://developers.google.com/protocol-buffers/docs/proto3

0 comments on commit bf7829b

Please sign in to comment.