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
Popular Python recipes tagged "threads"
Tags:
threads
x
Recipe 1 to 20 of 92
« Prev
1
2
3
4
5
Next »
6
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)
10
k
views
0
score
Simple python thread manager
Python
/
manager
,
python
,
threading
,
threads
/
by
Tom Wissing
(11 years ago)
6
k
views
1
score
Simple python thread manager
Python
/
manager
,
python
,
threading
,
threads
/
by
Tino Deak
(11 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)
8
k
views
2
score
Generic way to create a daemonized process in python
Python
/
daemon
,
process
,
threads
/
by
ajaymenon.k
(12 years ago, revision 4)
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)
16
k
views
5
score
Sleepsort
Python
/
sorting
,
threads
/
by
Raymond Hettinger
(12 years ago, revision 2)
10
k
views
3
score
Multi-threaded Mandelbrot Fractal
Python
/
fractal
,
graphics
,
image
,
math
,
mathematics
,
thread
,
threading
,
threads
/
by
FB36
(13 years ago, revision 3)
6
k
views
1
score
POSIX Semaphore (FreeBSD)
Python
/
ctypes
,
freebsd
,
semaphores
,
signal
,
threads
/
by
David Naylor
(13 years ago)
17
k
views
2
score
A multithreaded, concurrent version of map()
Python
/
concurrency
,
multithreading
,
threads
/
by
Wai Yip Tung
(13 years ago)
14
k
views
1
score
Synchronization Decorator for Class Methods
Python
/
decorator
,
synchronize
,
threads
/
by
Rodney Drenth
(14 years ago)
9
k
views
1
score
Threadsafe observer pattern implemented as descriptor
Python
/
descriptor
,
observer
,
publish
,
subscribe
,
threads
/
by
Rodney Drenth
(14 years ago)
16
k
views
4
score
Run async code inline, nonblocking
Python
/
asynchronous
,
closure
,
decorator
,
generator
,
threads
/
by
Thomas Ahle
(14 years ago, revision 7)
10
k
views
1
score
Thread pool (grows on demand)
Python
/
threading
,
threads
,
thread_pool
/
by
Pepe Aracil
(14 years ago, revision 3)
21
k
views
1
score
Timeout for (nearly) any callable
Python
/
threads
,
timeout
/
by
Jean Brouwers
(13 years ago, revision 5)
14
k
views
2
score
Thread Pool
Python
/
design_pattern
,
pool
,
threads
,
thread_pool
/
by
Louis RIVIERE
(15 years ago, revision 4)
27
k
views
5
score
Thread pool mixin class for use with SocketServer.TCPServer
Python
/
threads
/
by
Michael Palmer
(15 years ago, revision 2)
7
k
views
2
score
Heise mp3 downloader
Python
/
oop
,
script
,
threads
/
by
d.schlabing
(15 years ago)
Recipe 1 to 20 of 92
« Prev
1
2
3
4
5
Next »
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the popular Python recipes tagged "threads"
Top-rated recipes
Creating a daemon the Python way
(Python)
Fork a daemon process on Unix
(Python)
Generator Attributes
(Python)
Easy threading with Futures
(Python)
Sleepsort
(Python)
Thread pool mixin class for use wi…
(Python)
Run async code inline, nonblocking
(Python)
TaskQueue
(Python)
Basic synchronization decorator
(Python)
Decorator to make a decorated call…
(Python)
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