Closed flouthoc closed 5 years ago
Locking is blocking. This package is present to mimic sync.Mutex behavior - no plans to implement async style.
@harshavardhana makes sense but i have a weird use-case of moving to next state if lock is not acquired and try again in the same evloop but no worries i'll find some work around.
Locking is blocking. This package is present to mimic sync.Mutex behavior - no plans to implement async style.