Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 651 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 651 Bytes

lasev - a lite asynchronous event lib

OVERVIEW

lasev is a lite asynchronous network library. It's idea derived form libuv, but much more cleanly, because lasev's function is very concise. lasev's API is very like libuv, so if you familiar libuv, you should easy to get started.

FEATURE

  1. asynchronous tcp sockets
  2. support iocp, epoll
  3. timer event
  4. thread-safe queue

BUILDS

Use premake4 to generate project files.

$ cd premake4
$ premake4 --file=xxx.lua action

example:

$ premake4 --file=test_lasev.lua gmake

Premake Quick Start.

PLATFORMS

Windows, Linux.