Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ thread_func_3
Function
thread_func_3
tests/integration/multiple_thread_program.py:16–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
15
16
def
thread_func_3():
17
global threads_active
18
threads_active += 1
19
time.sleep(1000)
20
21
22
def
first_func():
Callers
1
thread_func_2
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected