Create Thread

Started by Pedro Marquez, June 17, 2014, 08:26:26 AM

Previous topic - Next topic

Pedro Marquez

Something like that would be fantastic to finish the latest edition of FF
Create functions that run on different threads simply.



Eddy Van Esch

I am not sure that I understand.
What is stopping you from creating a thread function now?   :)
Eddy

Pedro Marquez

None, comfort and management.

Michael Stefanik

Creating threads are relatively simple. Where the work can come in is designing your code so that those threads play nicely with one another, avoiding pitfalls like deadlocks and hard-to-debug race conditions.
Mike Stefanik
sockettools.com

Pedro Marquez

You can create a function to create threads in FF

David Kenny

You could create a thread template and put it in the functions library.

Pedro Marquez


Pedro Marquez

You can change the FORM1 another Thread