OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.4 KiB

  1. [COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. [COPY]
  4. [COPY] Filename: package/.../lua-llthreads/lua-llthreads.desc
  5. [COPY] Copyright (C) 2011 The OpenSDE Project
  6. [COPY]
  7. [COPY] More information can be found in the files COPYING and README.
  8. [COPY]
  9. [COPY] This program is free software; you can redistribute it and/or modify
  10. [COPY] it under the terms of the GNU General Public License as published by
  11. [COPY] the Free Software Foundation; version 2 of the License. A copy of the
  12. [COPY] GNU General Public License can be found in the file COPYING.
  13. [COPY] --- SDE-COPYRIGHT-NOTE-END ---
  14. [I] A Low-Level threads interface for Lua
  15. [T] lua-llthreads implements a simple wrapper around the pthreads and WIN32
  16. [T] threads library.
  17. [T] The design goals of this module is only provide support for creating new
  18. [T] lua states and running them in a different thread. This module will not
  19. [T] provide any methods of thread-to-thread data passing between running
  20. [T] threads (i.e. no locks, no shared state). The recommend method of passing
  21. [T] data between threads is to use ZeroMQ provided by lua-zmq.
  22. [U] http://github.com/Neopallium/lua-llthreads
  23. [A] Robert G. Jakabosky <bobby@sharedrealm.com>
  24. [M] Christian Wiese <chris@opensde.org>
  25. [C] extra/development
  26. [F] LUA
  27. [L] MIT
  28. [S] Stable
  29. [V] 1.1
  30. [P] X -----5---9 800.000
  31. [D] 828656961 lua-llthreads-1.1.tar.gz !https://github.com/Neopallium/lua-llthreads/tarball/v1.1