Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

atimer

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atimer

atimer - timer library for asyncio

  • 1.2.0
  • PyPI
  • Socket score

Maintainers
1

atimer library implements asynchronous timer Python coroutine based on POSIX timers. The coroutine can be used with Python asyncio <https://docs.python.org/3/library/asyncio.html>_ module API.

The main features of the timer, implemented by the library, are

  • expires at regular intervals
  • allows to track number of expirations if a long running task causes overrun
  • starts synchronized with system clock at the edge of an interval
  • measures time while system is suspended

The atimer library is licensed under terms of GPL license, version 3, see COPYING <https://www.gnu.org/licenses/gpl-3.0.en.html>_ file for details.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc