Przemyslaw Czerpak wrote:

CRITICAL FUNCTION | PROCEDURE probably is quite easy
to understand term in current days. Opinions?

I like it, it immediately made me think of "critical sections", and when I looked them up on Wikipedia it said:

"In concurrent programming a critical section is a piece of code that accesses a shared resource (data structure or device) that must not be concurrently accessed by more than one thread of execution."

which matches your intent well I think.

2c

Alex
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to