Commit 80b4342b authored by Denis Bilenko's avatar Denis Bilenko

update TODO

parent 69a61ab3
- try to use names from standard library where possible - try to use names from standard library where possible
- if monkey patching thread module also patch threading.local - if monkey patching thread module also patch threading.local
- nonblocking DNS calls via libevent - nonblocking DNS calls via libevent
- move Semaphore and BoundedSemaphore from coros to another module; deprecate coros
- fix BoundedSemaphore to behave like standard threading's BoundedSemaphore behaves:
raise ValueError if upper limit is reached instead of blocking.
- HUB and MAINLOOP - same thing, choose one name and use it everywhere
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment