Method: Thread::Pool#auto_trim?

Defined in:
lib/thread/pool.rb

#auto_trim?Boolean

Check if auto trimming is enabled.

Returns:

  • (Boolean)


145
146
147
# File 'lib/thread/pool.rb', line 145

def auto_trim?
	@auto_trim
end