harlowja / fasteners

A python package that provides useful locks.
Apache License 2.0
246 stars 45 forks source link

Adjust setup.py and _utils.py to use time.monotonic for Python 3.4+ #40

Closed kmosiejczuk closed 3 years ago

kmosiejczuk commented 5 years ago

This adjusts fasteners to use the built-in time.monotonic instead of monotonic when using Python 3.4+

psarka commented 3 years ago

Looks good to me, I'll merge it.