Skip to content

thislight/away

Repository files navigation

Away

Portable asynchronous framework for Lua.

Known supported version:

  • Lua 5.3
  • Lua 5.4

Pipeline status:

Branch Status
master pipeline statuscoverage report
develop pipeline statuscoverage report

Install Away

luarocks install away

Or copy the files you need. Away is zero-dependency.

Current versions

  • 0.1.2 (current)
  • 0.1.3 (developing)

Drivers

Use away with any other asynchronous I/O library.

Helpers

Doucments

Run Tests

Tests use busted. To run tests, just use the command in project directory:

busted

License

GNU General Public License, version 3 or later.

away - Portable asynchronous framework for Lua.
Copyright (C) 2020-2022 thisLight <[email protected]>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

Note on GPLv3: although you have copied code from this project, you don't need to open source if you don't convey it (see GPLv3 for definition of "convey"). This is not a legal advice.

All .d.tl files are licensed under MIT License, turn to https://github.com/teal-language/teal-types/blob/master/LICENSE for details

Special Things

Earlier Version of This Project