Update README.md
This commit is contained in:
parent
a442a4773a
commit
1339fef66d
|
|
@ -13,8 +13,8 @@ AMQP library and that the library will use for IO operations.
|
||||||
|
|
||||||
This architecture makes the library extremely flexible: it does not rely on
|
This architecture makes the library extremely flexible: it does not rely on
|
||||||
operating system specific IO calls, and it can be easily integrated into any
|
operating system specific IO calls, and it can be easily integrated into any
|
||||||
event loop. It also does not do any blocking system calls, so it can be used
|
event loop. It is fully asynchronous and does not do any blocking (system) calls,
|
||||||
in high performance applications without the need for threads.
|
so it can be used in high performance applications without the need for threads.
|
||||||
|
|
||||||
|
|
||||||
ABOUT
|
ABOUT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue