Passing functions as parameter (multiprocessing)
Peter Otten
__peter__ at web.de
Tue Nov 13 11:18:01 EST 2012
More information about the Python-list mailing list
Tue Nov 13 11:18:01 EST 2012
- Previous message (by thread): Passing functions as parameter (multiprocessing)
- Next message (by thread): Passing functions as parameter (multiprocessing)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Oscar Benjamin wrote: > I don't know if this is to do with the way that the code was > simplified before posting but this subproc function wrapper does > nothing (even after Peter fixed it below). This code is needlessly > complicated for what it does. Jean-Michel's Post had the following comment preceding his subproc() definition >>> # here it should be decorated, but for this example to be kept >>> simple, the function is only wrapped, doing nothing special which I unhelpfully removed...
- Previous message (by thread): Passing functions as parameter (multiprocessing)
- Next message (by thread): Passing functions as parameter (multiprocessing)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list