Method: Polars.thread_pool_size

Defined in:
lib/polars.rb

.thread_pool_sizeInteger

Return the number of threads in the Polars thread pool.

Returns:

  • (Integer)


138
139
140
# File 'lib/polars.rb', line 138

def self.thread_pool_size
  Plr.thread_pool_size
end