Add adapter/README.md.

This commit is contained in:
fengbojiang 2023-05-03 17:16:01 +08:00
parent 8d38554a6f
commit 6c13a60c87
1 changed files with 13 additions and 0 deletions

13
adapter/README.md Normal file
View File

@ -0,0 +1,13 @@
This directory stores some adapters based on the F-Stack lib library, currently includes `micro_thread` and `syscall`.
## micro_thread
Provides micro thread interface. Various applications with stateful applications can easily use F-Stack to get high performance without processing complex asynchronous logic.
## syscall
Hijack Linux kernel syscall with f-stack api, can use `LD_PRELOAD` to support existing applications, such as Nginx.
It also can support f-stack and kernel stack at the same time.