Maybe adding support for the processing module?
Sent from my Android cell phone, please forgive the lack of format on the text, and my fat thumbs :-P
--
--
You are subscribed to the "python-on-a-chip" (or p14p for short) Google Group.
Site: http://groups.google.com/group/python-on-a-chip
--- You received this message because you are subscribed to the Google Groups "python-on-a-chip" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python-on-a-chip+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
To unsubscribe from this group and stop receiving emails from it, send an email to python-on-a-ch...@googlegroups.com.
In fact it would be possible: a queue of pointers to an structure with a pointer to a function and their required arguments and you are go, and in Python it would be easier: a queue of binded functions :-D The problem would be with contexts, since here we could have race conditions, and also with the order of returned results, but for highly parallel aplications like OpenCL or CUDA or GPGPU it would be feasable.
Sent from my Android cell phone, please forgive the lack of format on the text, and my fat thumbs :-P