From: Orakaro Date: Mon, 11 Aug 2014 03:09:04 +0000 (+0900) Subject: Update README X-Git-Tag: twitter-1.16.0~25^2~3^2 X-Git-Url: https://jfr.im/git/z_archive/twitter.git/commitdiff_plain/925431e9136823ee825a0e4b8307cf7183926b98 Update README --- diff --git a/README b/README index c2e6d78..6073afe 100644 --- a/README +++ b/README @@ -237,7 +237,8 @@ waiting for tweets. The `block` parameter sets the stream to be fully non-blocking. In this mode, the iterator always yields immediately. It returns stream data, or `None`. Note that `timeout` supercedes this -argument, so it should also be set `None` to use this mode. +argument, so it should also be set `None` to use this mode, +and non-blocking can potentially lead to 100% CPU usage. Twitter Response Objects ------------------------