PythonScriptPool
A pre-populated pool of PythonScript instances backed by a coroutine Channel.
Instances are created eagerly during initialization and recycled with context resets after each use.
Parameters
size
the number of PythonScript instances to create in the pool
nullGlobalContext
if true, resets the global scope bindings to null when recycling