Skip to content

zengguodong/coroutine_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

##coroutine_server

  • a demo of mini server, which uses coroutines to deal with client connections.

##coroutine

  • a powerful concept of lua
  • similar to thread
  • a program with coroutines is running only one of its coroutines.
  • with the api of yield and resume ,we can easily achieve asynchronous requirements with the coding style of synchronize.

##Blog


##Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages