Lox

Latest version: v0.11.0

Safety actively analyzes 630360 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

0.6.2

------------------
* Update dependencies
* Fix garbage-collecting exclusiviity

0.6.1

------------------
* Fix memory leak in ``lox.process``.

0.6.0

------------------

* ``lox.Announcement`` ``subscribe()`` calls now return another ``Announcement``
object that behaves like a queue instead of an actual queue. Allows for
many-queue-to-many-queue communications.

* New Object: ``lox.Funnel``. allows for waiting on many queues for a complete
set of inputs indicated by a job ID.

0.5.0

------------------

* New Object: ``lox.Announcement``. Allows a one-to-many thread queue with
backlog support so that late subscribers can still get all (or most recent)
announcements before they subscribed.

* New Feature: ``lox.thread`` ``scatter`` calls can now be chained together.
``scatter`` now returns an ``int`` subclass that contains metadata to allow
chaining. Each scatter call can have a maximum of 1 previous ``scatter`` result.

* Documentation updates, theming, and logos

0.4.3

------------------
* Garbage collect cached decorated object methods

0.4.2

------------------
* Fixed multiple instances and successive scatter and gather calls to wrapped methods

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.