doorman icon indicating copy to clipboard operation
doorman copied to clipboard

Provide a complete example code with all features

Open V1pr opened this issue 6 years ago • 0 comments

I really love your idea's, but it's pretty hard to get hold of it. Maybe a commented example program(s) will do some good, providing answers to the following questions:

  • what's the differenct between Task/CallbackTask
  • passing data from parent to task
  • working with workers
  • getting results from child
  • using expires
  • interacting with childs
  • what will happen if I pass input towards ProcessCallbackTask ( $x = new ProecessCallbackTask(function($in){ ... })

V1pr avatar Oct 10 '18 09:10 V1pr