Philippe Llerena

Results 3 issues of Philippe Llerena

Hi Guys, is there is any OCIO support? Thanks

feature request

Hello, I would like to limit the number of spawn thread when using tokio executor. I end up using ```rust let semaphore = Arc::new(Semaphore::new(32)); consumer.set_delegate(move |delivery: DeliveryResult| { let semaphore_clone...