Is Renderer thread safe?

I create a Renderer using following code and inject it to one of my classes. Could you please help me understand if renderer is thread-safe object?

import holoviews as hv
renderer = hv.renderer(‘bokeh’)

Thanks,
Beejal

I think that depends a lot on what you’re trying to do with the renderer and which backend you are using so I’d have to know more about what you’re doing.