mirror of
https://github.com/Tencent/libco.git
synced 2025-05-08 19:51:15 +08:00
Update README.md
This commit is contained in:
parent
58651e99e8
commit
2082845ce5
@ -2,8 +2,6 @@ Libco
|
||||
===========
|
||||
Libco is a c/c++ coroutine library that is widely used in WeChat services. It has been running on tens of thousands of machines since 2013.
|
||||
|
||||
Author: sunnyxu(sunnyxu@tencent.com), leiffyli(leiffyli@tencent.com), dengoswei@gmail.com(dengoswei@tencent.com), sarlmolchen(sarlmolchen@tencent.com)
|
||||
|
||||
By linking with libco, you can easily transform synchronous back-end service into coroutine service. The coroutine service will provide out-standing concurrency compare to multi-thread approach. With the system hook, You can easily coding in synchronous way but asynchronous executed.
|
||||
|
||||
You can also use co_create/co_resume/co_yield interfaces to create asynchronous back-end service. These interface will give you more control of coroutines.
|
||||
|
Loading…
x
Reference in New Issue
Block a user