I have a RollingGroupby object, created using df.groupby().rolling(), and I am using apply on it, but it takes too long and I want it to run multithread. I tried using the s