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 41 to 60 of 92
« Prev
1
2
3
4
5
Next »
6
k
views
1
score
POSIX Semaphore (FreeBSD)
Python
/
ctypes
,
freebsd
,
semaphores
,
signal
,
threads
/
by
David Naylor
(12 years ago)
9
k
views
1
score
Threadsafe observer pattern implemented as descriptor
Python
/
descriptor
,
observer
,
publish
,
subscribe
,
threads
/
by
Rodney Drenth
(13 years ago)
14
k
views
1
score
Synchronization Decorator for Class Methods
Python
/
decorator
,
synchronize
,
threads
/
by
Rodney Drenth
(13 years ago)
10
k
views
1
score
Thread pool (grows on demand)
Python
/
threading
,
threads
,
thread_pool
/
by
Pepe Aracil
(14 years ago, revision 3)
20
k
views
1
score
Timeout for (nearly) any callable
Python
/
threads
,
timeout
/
by
Jean Brouwers
(12 years ago, revision 5)
11
k
views
1
score
processing.Pool variation which allows multiple threads to send the same requests without incurring duplicate processing
Python
/
map
,
parallel
,
pool
,
processing
,
threads
/
by
david decotigny
(15 years ago, revision 3)
14
k
views
1
score
Creating a single instance application (Linux version)
Python
/
threads
/
by
Larry Bates
(15 years ago)
14
k
views
1
score
Synchronization classes using decorators
Python
/
threads
/
by
Anand
(16 years ago, revision 2)
9
k
views
1
score
GtkWorker
Python
/
blocking
,
glib
,
gtk
,
swingworker
,
threads
/
by
Thomas Ahle
(16 years ago)
8
k
views
1
score
Yielding out of nested routines by metaclass transformation
Python
/
threads
/
by
Bernhard Mulder
(17 years ago, revision 2)
14
k
views
1
score
EventQueue class to queue function calls
Python
/
threads
/
by
faulkner612
(17 years ago)
27
k
views
1
score
CallQueue: Easy inter-thread communication
Python
/
threads
/
by
R K
(17 years ago, revision 2)
12
k
views
1
score
BackgroundCall: Threading like function calling
Python
/
threads
/
by
R K
(17 years ago, revision 3)
12
k
views
1
score
Progress Bar form WX in Child Thread of Main Python Code.
Python
/
threads
/
by
cheeng shu chin
(17 years ago, revision 2)
9
k
views
1
score
Bounded Buffer Example (2)
Python
/
threads
/
by
Stephen Chappell
(17 years ago)
16
k
views
1
score
Simulating concurrency with yield
Python
/
threads
/
by
Bernhard Mulder
(17 years ago)
63
k
views
1
score
Timeout function using threading
Python
/
threads
/
by
dustin lee
(17 years ago)
10
k
views
1
score
A threading.Event you can pickle
Python
/
threads
/
by
Phil Groce
(17 years ago)
15
k
views
1
score
Shared lock (aka reader-writer lock) with timeouts and FIFO ordering
Python
/
threads
/
by
Dmitry Dvoinikov
(17 years ago)
17
k
views
1
score
Resettable Timer Class
Python
/
threads
/
by
James Stroud
(17 years ago, revision 6)
Recipe 41 to 60 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