LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/lazily/__init__.py
src/lazily/async_context.py
src/lazily/async_effect.py
src/lazily/async_reactive_family.py
src/lazily/async_slot.py
src/lazily/batch.py
src/lazily/benchmarks.py
src/lazily/cell.py
src/lazily/collection.py
src/lazily/command.py
src/lazily/compute.py
src/lazily/coordination.py
src/lazily/crdt_plane.py
src/lazily/crdt_registers.py
src/lazily/crdt_tree.py
src/lazily/effect.py
src/lazily/ffi.py
src/lazily/ipc.py
src/lazily/lossless_tree_crdt.py
src/lazily/membership.py
src/lazily/merge.py
src/lazily/presence.py
src/lazily/projection.py
src/lazily/py.typed
src/lazily/queue.py
src/lazily/rateshape.py
src/lazily/reconciliation.py
src/lazily/relay.py
src/lazily/reliable_sync.py
src/lazily/resilience.py
src/lazily/scale_bench.py
src/lazily/semtree.py
src/lazily/seqcrdt.py
src/lazily/service.py
src/lazily/signal.py
src/lazily/signaling.py
src/lazily/slot.py
src/lazily/stable_id.py
src/lazily/state_machine.py
src/lazily/statechart.py
src/lazily/teardown.py
src/lazily/temporal.py
src/lazily/textcrdt.py
src/lazily/thread_safe.py
src/lazily/thread_safe_reactive_family.py
src/lazily/transport.py
src/lazily/tree.py
src/lazily/types.py
src/lazily/windowing.py
src/lazily/work_queue.py
src/lazily.egg-info/PKG-INFO
src/lazily.egg-info/SOURCES.txt
src/lazily.egg-info/dependency_links.txt
src/lazily.egg-info/requires.txt
src/lazily.egg-info/top_level.txt
tests/test_async_context.py
tests/test_async_effect_properties.py
tests/test_async_reactive_family.py
tests/test_async_slot_properties.py
tests/test_cell.py
tests/test_collection.py
tests/test_collection_conformance.py
tests/test_command_conformance.py
tests/test_compute_fortification.py
tests/test_computed_ripple_when.py
tests/test_conformance.py
tests/test_coordination_conformance.py
tests/test_crdt_tree.py
tests/test_def.py
tests/test_effect_batch.py
tests/test_family_sync.py
tests/test_ffi.py
tests/test_formal_build.py
tests/test_ipc.py
tests/test_lossless_tree_conformance.py
tests/test_membership_conformance.py
tests/test_merge.py
tests/test_new_features.py
tests/test_presence_conformance.py
tests/test_queue.py
tests/test_queue_conformance.py
tests/test_rateshape_conformance.py
tests/test_reactive_family.py
tests/test_reactive_graph_conformance.py
tests/test_receipt_properties.py
tests/test_reconciliation.py
tests/test_recursion_regression.py
tests/test_relay.py
tests/test_reliable_sync.py
tests/test_resilience_conformance.py
tests/test_schema_compliance.py
tests/test_service_conformance.py
tests/test_signal.py
tests/test_signaling_conformance.py
tests/test_slot.py
tests/test_state_machine.py
tests/test_statechart.py
tests/test_statechart_properties.py
tests/test_teardown_scope.py
tests/test_temporal_conformance.py
tests/test_thread_safe_properties.py
tests/test_thread_safe_reactive_family.py
tests/test_topic.py
tests/test_transport.py
tests/test_tree.py
tests/test_windowing_conformance.py
tests/test_work_queue_conformance.py