Skip to content

dennis-barrett/alock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alock v.1.0.4

About

This is an inter-process, named, asyncronous lock library, closely based on ilock. It provides only one class ALock with a very simple interface.

Examples

Here's a basic example:

from alock import ALock

async with ALock('Unique lock name'):
  # The code should be run as a system-wide single instance
  ...

License

BSD

About

Inter-process, named, asynchronous lock library based on https://github.com/symonsoft/ilock.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%