Searched defs:AlreadyEvaluatingError (Results 1 - 1 of 1) sorted by relevance
/ontohub/lib/hets/ | ||
H A D | concurrent_evaluator.rb | 9 class AlreadyEvaluatingError < Error; end class in class:Hets.ConcurrentEvaluator 38 raise AlreadyEvaluatingError if Semaphore.locked?(key) |
Completed in 7 milliseconds