Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource python310-locket

Locket implements a lock that can be used by multiple processes provided they use the same path. Locks largely behave as (non-reentrant) `Lock` instances from the `threading` module in the standard library. Specifically, their behaviour is: * Locks are uniquely identified by the file being locked, both in the same process and across different processes. * Locks are either in a locked or unlocked state. * When the lock is unlocked, calling `acquire()` returns immediately and changes the lock state to locked. * When the lock is locked, calling `acquire()` will block until the lock state changes to unlocked, or until the timeout expires. * If a process holds a lock, any thread in that process can call `release()` to change the state to unlocked. * Behaviour of locks after `fork` is undefined.

Found 1 sites for python310-locket

Found 3 RPM for python310-locket

PackageSummaryDistributionDownload
python310-locket-1.0.0-2.1.noarch.htmlFile-based locks for PythonOpenSuSE Tumbleweed for noarchpython310-locket-1.0.0-2.1.noarch.rpm
File-based locks for Pythonpython310-locket-1.0.0-2.1.noarch.rpm
python310-locket-1.0.0-1.4.noarch.htmlFile-based locks for PythonOpenSuSE Ports Tumbleweed for noarchpython310-locket-1.0.0-1.4.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet