WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: osch/lua-mtmsg

v0.4.3

18 Jul 08:53

Choose a tag to compare

Version 0.4.3

  • support for carray (Lua arrays for primitive numeric C data types)
  • notifier regsitration with threshold and direction (buffer increase/decrease)
  • new method buffer:msgcnt()
  • nextmsg: optionally reuse given carray objects

v0.4.2

30 Apr 12:41

Choose a tag to compare

Version 0.4.2

  * Notify C API   - implementation and invocation
  * Receiver C API - implementation
  * Sender C API   - implementation
  * bugfix for using  C11 threads.h

v0.4.1

29 Jul 18:56

Choose a tag to compare

Support for Lua 5.4

v0.4.0

25 Jun 09:01

Choose a tag to compare

New features:

  • Do not discard messages if a buffer connected to a listener is
    garbage collected.

  • Writer & reader objects for incrementally building and parsing
    messages.