Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gevent
Commits
fca2c42f
Commit
fca2c42f
authored
Jul 29, 2009
by
Denis Bilenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update CHANGES
parent
4ab12295
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
CHANGES
CHANGES
+8
-3
No files found.
CHANGES
View file @
fca2c42f
...
...
@@ -4,7 +4,7 @@
All known bugs in the queue module were fixed and it is made 2.4-compatible.
LifoQueue and PriorityQueue are implemented as well.
gevent.queue.Queue implement the standard Queue inteface with the only difference
gevent.queue.Queue implement
s
the standard Queue inteface with the only difference
that Queue(0) means queue of size 0 (i.e. a channel), not a queue of infinite size.
Having size of 0 means that put() methods always block until the item is delivered.
...
...
@@ -22,9 +22,14 @@ This makes it easy to check that a timeout catched is actually the one raised:
select() function had a bug of this kind that was fixed.
spawn and spawn_later were further optimized and spawning time
drops
down
to 5 microseconds without kwargs / 9 with kwargs
microseconds
(from 14).
spawn and spawn_later were further optimized and spawning time
has dropped
down
to 5 microseconds without kwargs / 9 with kwargs (from 14).
kill and killall 'wait' argument was renamed to 'block'. The polling is now
implemented by greenlet.join and greenlet.joinall functions and it become more
responsive, with gradual increase of sleep time.
proc.RunningProcSet was renamed to proc.ProcSet.
0.9.2
-----
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment