We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3a7b5 commit fe0a352Copy full SHA for fe0a352
nipype/pipeline/plugins/semaphore_singleton.py
@@ -0,0 +1,2 @@
1
+import threading
2
+semaphore = threading.Semaphore(1)
0 commit comments