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 1 to 20 of 92
« Prev
1
2
3
4
5
Next »
373
k
views
15
score
Creating a daemon the Python way
Python
/
threads
/
by
Chad J. Schroeder
(18 years ago, revision 6)
168
k
views
9
score
Fork a daemon process on Unix
Python
/
threads
/
by
Jürgen Hermann
(22 years ago)
19
k
views
7
score
Generator Attributes
Python
/
threads
/
by
Raymond Hettinger
(21 years ago, revision 3)
52
k
views
6
score
Easy threading with Futures
Python
/
threads
/
by
David Perry
(22 years ago, revision 2)
16
k
views
5
score
Sleepsort
Python
/
sorting
,
threads
/
by
Raymond Hettinger
(12 years ago, revision 2)
27
k
views
5
score
Thread pool mixin class for use with SocketServer.TCPServer
Python
/
threads
/
by
Michael Palmer
(15 years ago, revision 2)
16
k
views
4
score
Run async code inline, nonblocking
Python
/
asynchronous
,
closure
,
decorator
,
generator
,
threads
/
by
Thomas Ahle
(14 years ago, revision 7)
22
k
views
4
score
TaskQueue
Python
/
threads
/
by
Raymond Hettinger
(18 years ago, revision 3)
31
k
views
4
score
Basic synchronization decorator
Python
/
threads
/
by
John Fouhy
(18 years ago)
17
k
views
4
score
Decorator to make a decorated call in a separate thread with timeout
Python
/
threads
/
by
Dmitry Dvoinikov
(18 years ago, revision 8)
80
k
views
4
score
A generic programming thread pool
Python
/
threads
/
by
Tim Lesher
(20 years ago, revision 3)
98
k
views
4
score
Threads, Tkinter and asynchronous I/O
Python
/
threads
/
by
Jacob Hallén
(22 years ago)
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)
16
k
views
3
score
Spin Cursor
Python
/
threads
/
by
Anand
(16 years ago)
19
k
views
3
score
Multiple-reader-one-writer (MROW) resource locking
Python
/
threads
/
by
Matthew Scott
(18 years ago, revision 2)
25
k
views
3
score
Thread Control Idiom
Python
/
threads
/
by
Doug Fort
(22 years ago)
70
k
views
3
score
Run a task every few seconds
Python
/
threads
/
by
Itamar Shtull-Trauring
(22 years ago)
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)
17
k
views
2
score
A multithreaded, concurrent version of map()
Python
/
concurrency
,
multithreading
,
threads
/
by
Wai Yip Tung
(13 years ago)
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 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