diff --git a/README.rdoc b/README.rdoc index 7b46dcf..cfb415a 100644 --- a/README.rdoc +++ b/README.rdoc @@ -137,4 +137,8 @@ then iterating over every row using an #each like method yielding a block: Mysql 7.330000 0.350000 7.680000 ( 8.013160) do_mysql - 1.740000 0.220000 1.960000 ( 2.909290) \ No newline at end of file + 1.740000 0.220000 1.960000 ( 2.909290) + +== Special Thanks + +* Eric Wong - for the contribution (and informative explanations of) of some thread-safety, non-blocking I/O and cleanup patches. You rock dude