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 df066a1 commit b44031bCopy full SHA for b44031b
repository/OSSubprocess.package/OSSVMProcess.class/instance/initialize.st
@@ -2,6 +2,7 @@ initialize - release
2
initialize
3
"Set my instance variables to reflect the state of the OS process in which
4
this Smalltalk virtual machine is. executing."
5
+ Smalltalk os isWindows ifTrue: [ ^ self ]. "Cannot be initialized nor used on Windows."
6
7
accessProtect := Semaphore forMutualExclusion.
8
mutexForCwd := Semaphore forMutualExclusion.
0 commit comments