Commit 005e98d3 authored by Yuanle Song's avatar Yuanle Song
Browse files

add TODO in README.md

that TaskQueue implementation is only for experimenting, not for
production work.
parent a8183477
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2,3 +2,6 @@ recreate the program in Raymond's talk using haskell

Raymond Hettinger Keynote — Python Russia Keynote documentation
https://dl.dropboxusercontent.com/u/3967849/pyru/_build/html/index.html

TODOs on the queue. throw exception when user try to writeQueue after calling
joinQueue.