SYNC[RONIZED] is much better than CRITICAL. Still, the only
problem with it that it used a different term than our other
Harbour functions targeting the same feature (hb_mutex*()).

Brgds,
Viktor

On 2008.10.31., at 17:12, Mindaugas Kavaliauskas wrote:

Java uses the keyword "mutexed" which IMO tells it best
that a given object is automatically protected by a mutex.
I didn't know about it. Can you show the whole syntax?

Hi,


I do not know Java well. I've wrote a single applet in my life. It has method:

 public synchronized void selectClass( String grupe )

So, I do not know nothing about keyword "mutexed", but "synchronized" exists for sure. This Java code actually made me to propose "sync[hronized]" keyword in the previous letter.


Best regards,
Mindaugas
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

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

Reply via email to