Method: MCMD::MparallelManagerByFile#addNo

Defined in:
lib/nysol/mparallelmanager.rb

#addNo(no, lane) ⇒ Object



272
273
274
275
276
277
278
# File 'lib/nysol/mparallelmanager.rb', line 272

def addNo (no,lane)
	if @mtx then
		@mtx.synchronize { @runpid[no]=lane }
	else
		@runpid[no]=lane
	end
end