MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / MyGreenThread2

Class MyGreenThread2

tests_python/resources/_debugger_case_gevent.py:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20
21class MyGreenThread2(threading.Thread):
22
23 def run(self):
24 for _i in range(3):
25 sleep()
26
27
28class MyGreenletThread(threading.Thread):

Callers 1

runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected