Liking cljdoc? Tell your friends :D

puppetlabs.services.jruby-pool-manager.impl.jruby-pool-manager-core


create-poolclj

(create-pool config)

Inputs: [config :- jruby-schemas/JRubyConfig] Returns: jruby-schemas/PoolContext

Inputs: [config :- jruby-schemas/JRubyConfig]
Returns: jruby-schemas/PoolContext
sourceraw docstring

create-pool-contextclj

(create-pool-context config)

Inputs: [config :- jruby-schemas/JRubyConfig] Returns: jruby-schemas/PoolContext

Creates a new JRuby pool context with an empty pool. Once the JRuby pool object has been created, it will need to be filled using prime-pool!.

Inputs: [config :- jruby-schemas/JRubyConfig]
Returns: jruby-schemas/PoolContext

Creates a new JRuby pool context with an empty pool. Once the JRuby
pool object has been created, it will need to be filled using `prime-pool!`.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close