logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       MongoDB, Inc

Description

       The  clock  abstraction  in  Libbson  provides  a  cross-platform  way to handle timeouts within the BSON
       library. It abstracts the differences in  implementations  of  gettimeofday()  as  well  as  providing  a
       monotonic (incrementing only) clock in microseconds.

Synopsis

          int64_t
          bson_get_monotonic_time (void);
          int
          bson_gettimeofday (struct timeval *tv);

See Also