修改界面
This commit is contained in:
@ -78,16 +78,16 @@ namespace DHSoftware
|
||||
}
|
||||
|
||||
|
||||
public void InferenceOne(Action preAction = null, Action postAction = null)
|
||||
public void InferenceOne()
|
||||
{
|
||||
//lock (_inferenceLock)
|
||||
//{
|
||||
// Interlocked.Decrement(ref InferenceLeft);
|
||||
//}
|
||||
|
||||
preAction?.Invoke();
|
||||
|
||||
_countdownEvent.Signal();
|
||||
postAction?.Invoke();
|
||||
|
||||
}
|
||||
|
||||
public bool InferenceFinished()
|
||||
|
Reference in New Issue
Block a user