Skip to Search
Skip to Navigation
Skip to Content
Community
|
Code
|
Docs
|
Downloads
▼
Perl
Python
Tcl
Komodo IDE
|
more
▼
Lists
Support
PPM Index
PyPM Index
Welcome, guest
|
Sign In
|
My Account
|
Store
|
Cart
ActiveState Code
»
Recipes
Languages
Tags
Authors
Sets
Top-rated recipes tagged "threads"
Tags:
threads
x
Recipe 21 to 40 of 92
« Prev
1
2
3
4
5
Next »
14
k
views
2
score
Thread Pool
Python
/
design_pattern
,
pool
,
threads
,
thread_pool
/
by
Louis RIVIERE
(15 years ago, revision 4)
8
k
views
2
score
Console progress dots using threads and a context manager
Python
/
threads
/
by
Paul Moore
(16 years ago)
14
k
views
2
score
Waitable, cross-process threading.Event class.
Python
/
threads
/
by
David Wilson
(17 years ago)
13
k
views
2
score
threaded pipes
Python
/
threads
/
by
Andrew Moffat
(17 years ago)
49
k
views
2
score
Event Scheduling (threading.Timer)
Python
/
threads
/
by
James Kassemi
(17 years ago)
35
k
views
2
score
Creating a single instance application
Python
/
threads
/
by
Dragan Jovelic
(17 years ago)
15
k
views
2
score
simple, cooperative multitasking using generators
Python
/
threads
/
by
Maciej Obarski
(17 years ago, revision 3)
24
k
views
2
score
profiling threads
Python
/
threads
/
by
Maciej Obarski
(17 years ago, revision 8)
17
k
views
2
score
Active Objects
Python
/
threads
/
by
Dominic Fox
(18 years ago, revision 2)
14
k
views
2
score
Pseudo threads with generators and PyGTK/gnome-python
Python
/
pygtk
,
threads
/
by
Arjan Molenaar
(19 years ago)
9
k
views
2
score
A native implementation of threading.Lock and threading.RLock using Pyrex
Python
/
threads
/
by
Nicolas Lehuen
(19 years ago)
17
k
views
2
score
thread local storage in Python 2.4
Python
/
threads
/
by
anthony baxter
(19 years ago)
6
k
views
2
score
ReadWriteLock
Python
/
threads
/
by
Sami Hangaslammi
(22 years ago)
9
k
views
2
score
Synchronizing all methods in an object
Python
/
threads
/
by
André Bjärby
(22 years ago)
5
k
views
1
score
Tail multiple pidgin IRC logfiles
Python
/
colorize
,
irc
,
iterators
,
logfiles
,
merging
,
nonblocking
,
pidgin
,
tail
,
threads
/
by
Anton Vredegoor
(8 years ago, revision 2)
8
k
views
1
score
Creating a single instance application
Python
/
threads
/
by
Matteo Bertini
(9 years ago)
6
k
views
1
score
Simple python thread manager
Python
/
manager
,
python
,
threading
,
threads
/
by
Tino Deak
(11 years ago)
6
k
views
1
score
Run async code inline, nonblocking
Python
/
asynchronous
,
closure
,
decorator
,
generator
,
threads
/
by
PRITAM K
(12 years ago)
10
k
views
1
score
ProgressBar class
Python
/
threads
/
by
Petr Zizka
(12 years ago)
30
k
views
1
score
Reader-Writer lock with priority for writers
Python
/
locking
,
threads
/
by
Mateusz Kobos
(12 years ago, revision 2)
Recipe 21 to 40 of 92
« Prev
1
2
3
4
5
Next »
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the top-rated recipes tagged "threads"
Related tags
+
−
threading
(4)
+
−
decorator
(3)
+
−
asynchronous
(2)
+
−
closure
(2)
+
−
generator
(2)
+
−
manager
(2)
+
−
pool
(2)
+
−
python
(2)
+
−
thread_pool
(2)
+
−
blocking
+
−
colorize
+
−
concurrency
+
−
ctypes
+
−
daemon
+
−
database
+
−
descriptor
+
−
design_pattern
+
−
fractal
+
−
freebsd
+
−
glib
x
Undo