Re: Synchronized Predicate Call




The poster is possibly after a predicate that executes as a critical section
in a multithreaded application (i.e., like Java's "synchronized" keyword).

In which case s/he should possibly look at using with_mutex/2 and
mutex_create/1.

-Benjamin Johnston

"Jan Wielemaker" <jan@xxxxxxxxxxxxxxxxxxx> wrote in message
news:slrndmblqj.l82.jan@xxxxxxxxxxxxxxx
> On 2005-10-31, shwdai <shwdai@xxxxxxxxx> wrote:
>> In my work, i need to implement a mechanism of Synchronized Predicate
>> Call, anyone will give me a suggestion?
>
> Google has 0 hits on "Synchronized Predicate Call" ... I bet none or
> very few (your teacher?) in this group has a clue what it means.
>
> --- Jan


.