Update README.md

This commit is contained in:
Emiel Bruijntjes 2014-01-06 18:22:14 +01:00
parent a442a4773a
commit 1339fef66d
1 changed files with 2 additions and 2 deletions

View File

@ -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
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
in high performance applications without the need for threads.
event loop. It is fully asynchronous and does not do any blocking (system) calls,
so it can be used in high performance applications without the need for threads.
ABOUT