diff --git a/thread.go b/thread.go index 692a11e..13bdbc6 100644 --- a/thread.go +++ b/thread.go @@ -535,6 +535,7 @@ func (thread * SimpleThread) Timeout() <-chan time.Time { func (thread * SimpleThread) ClearTimeout() { thread.timeout_chan = nil + thread.timeout_action = "" } func (thread * SimpleThread) AllowedToTakeLock(new_owner Lockable, lockable Lockable) bool {