我无法弄清楚以下内容有什么问题,但我不断收到关闭“}”大括号的语法错误。我假设这是基于http://www.ruby-doc.org/core-2.0.0/Mutex.html的 Mutex 的正确语法
semaphore = Mutex.new
semaphore.synchronize {
r_failure.push( username )
thread_count--
}
我无法弄清楚以下内容有什么问题,但我不断收到关闭“}”大括号的语法错误。我假设这是基于http://www.ruby-doc.org/core-2.0.0/Mutex.html的 Mutex 的正确语法
semaphore = Mutex.new
semaphore.synchronize {
r_failure.push( username )
thread_count--
}