Portable asynchronous framework for Lua.
Known supported version:
- Lua 5.3
- Lua 5.4
Pipeline status:
Branch | Status |
---|---|
master | |
develop |
luarocks install away
Or copy the files you need. Away is zero-dependency.
- 0.1.2 (current)
- 0.1.3 (developing)
Use away with any other asynchronous I/O library.
Tests use busted. To run tests, just use the command in project directory:
busted
GNU General Public License, version 3 or later.
away - Portable asynchronous framework for Lua.
Copyright (C) 2020-2022 thisLight <l1589002388@gmail.com>
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