Skip to content

Releases: thislight/away-luv

v0.1.0-1: Project Structure Change

28 Sep 07:23
Compare
Choose a tag to compare
Pre-release

Overview

  • away.luv.dataqueue is now deprecated and won't be updated. It had moved to away-dataqueue to provide a general purpose asynchronous queue to the other projects without including whole away-luv in their dependencies. You should avoid use away.luv.dataqueue in new code, although it still can be available in the future of a few versions. The moving from away.luv.dataqueue is easy because of nearly 100% same APIs.
  • dataqueue:listen(callback) starts a new coroutine to call repeatly dataqueue:next() and call the callback with the results. (It is available in away-dataqueue as well)

Change log

0c779ff bump to version 0.1.0-1
c098663 move the use of away-dataqueue from built-in dataqueue
7752b5c dataqueue:listen()
93643d9 update README
4163eb1 add one-line intro to README
14aba89 fix typo for README
2adf448 update description in rockspec

Initial Version

07 Sep 05:58
Compare
Choose a tag to compare
Initial Version Pre-release
Pre-release
  • the first public released version
  • implemented features:
    • run uv eventloop in away's
    • timer
    • TCP server and client