SuanShu, a Java numerical and statistical library

com.numericalmethod.suanshu.parallel
Class Mutex

java.lang.Object
  extended by com.numericalmethod.suanshu.parallel.Mutex

public class Mutex
extends java.lang.Object


Constructor Summary
Mutex()
           
 
Method Summary
 void execute(java.lang.Runnable runnable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mutex

public Mutex()
Method Detail

execute

public final void execute(java.lang.Runnable runnable)

SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.