I'm using a function inside my job since it is from a library i use for compression and it is the CPU intensive task i need to allocate to the worker thread. this is returning an Error for me
saying ' The function{ } cannot be cloned '.
What does this mean & how do i solve this?
If this is not the proper place to ask this and you'd prefer i ask this on stack overflow, i'll bring this down.
I'm using a function inside my job since it is from a library i use for compression and it is the CPU intensive task i need to allocate to the worker thread. this is returning an Error for me
saying ' The function{ } cannot be cloned '.
What does this mean & how do i solve this?
If this is not the proper place to ask this and you'd prefer i ask this on stack overflow, i'll bring this down.