Skip to content

mrwsr/monotone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monotone

monotone is a backport of time.monotonic(), time.CLOCK_MONOTONIC, and
time.get_clock_info('monotonic') from Python 3.3+.

It binds to the platform's monotonic clock API via cffi's API level,
out-of-line mode.

It supports POSIX and Mach (macOS) APIs.

About

POSIX Monotonic clock cffi bindings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages