nxt icon indicating copy to clipboard operation
nxt copied to clipboard

Multiproccess module not supported

Open ImLucasBrown opened this issue 4 years ago • 0 comments

Because of the nature of the comp, the multiprocess module it not supported. Node objects are type objects constructed at runtime and thus can not be pickled because they can not be imported. In the future we hope to offer this functionality with asynchronous sub-graphs.

ImLucasBrown avatar Dec 10 '20 15:12 ImLucasBrown