You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm facing some issues with process that some functions are initialized before the process start and should be called inside this new process due some dependecies, I found this code from the docs
However, this also requires that any objects or coroutines used must be importable from the fresh child processes. Inner functions, lambdas, or object types defined at runtime, cannot be serialized to these freshly spawned processes.
But how I should execute thoses functions inside this new process with aiomultiprocess? Didn't kinda understood "must be importable from the fresh child processes".
Regards,
Savage.
The text was updated successfully, but these errors were encountered:
Hi, I'm facing some issues with process that some functions are initialized before the process start and should be called inside this new process due some dependecies, I found this code from the docs
But how I should execute thoses functions inside this new process with aiomultiprocess? Didn't kinda understood "must be importable from the fresh child processes".
Regards,
Savage.
The text was updated successfully, but these errors were encountered: