Method: Polars.thread_pool_size
- Defined in:
- lib/polars.rb
.thread_pool_size ⇒ Integer
Return the number of threads in the Polars thread pool.
138 139 140 |
# File 'lib/polars.rb', line 138 def self.thread_pool_size Plr.thread_pool_size end |