LICENSE.md
README.md
pyproject.toml
setup.py
examples/__init__.py
examples/bank.py
examples/benchmark.py
examples/boids.py
examples/calculator.py
examples/cheese.txt
examples/cooking_boc.py
examples/cooking_threads.py
examples/dining_philosophers.py
examples/fanout_benchmark.py
examples/fibonacci.py
examples/menu.txt
examples/prime_factor.py
examples/primes.py
examples/sketches.py
src/bocpy/__init__.py
src/bocpy/__init__.pyi
src/bocpy/_core.c
src/bocpy/_core.pyi
src/bocpy/_internal_test.c
src/bocpy/_internal_test_atomics.c
src/bocpy/_internal_test_bq.c
src/bocpy/_internal_test_wsq.c
src/bocpy/_math.c
src/bocpy/behaviors.py
src/bocpy/compat.c
src/bocpy/noticeboard.c
src/bocpy/py.typed
src/bocpy/sched.c
src/bocpy/tags.c
src/bocpy/terminator.c
src/bocpy/transpiler.py
src/bocpy/worker.py
src/bocpy.egg-info/PKG-INFO
src/bocpy.egg-info/SOURCES.txt
src/bocpy.egg-info/dependency_links.txt
src/bocpy.egg-info/entry_points.txt
src/bocpy.egg-info/requires.txt
src/bocpy.egg-info/top_level.txt
test/test_boc.py
test/test_compat_atomics.py
test/test_internal_mpmcq.py
test/test_internal_wsq.py
test/test_matrix.py
test/test_message_queue.py
test/test_noticeboard.py
test/test_scheduler_integration.py
test/test_scheduler_stats.py
test/test_scheduler_steal.py
test/test_scheduling_stress.py
test/test_stop_retry_composition.py
test/test_transpiler.py