package

github.com/mikeoz32/movie-cr

main / published May 18, 2026 / repository

Movie

A lightweight actor framework for Crystal with typed actors, supervision, remoting, persistence, futures, ask-pattern support, and typed streams.

Features

  • Typed actor system and actor references
  • Supervision and lifecycle hooks
  • Ask pattern and futures
  • Persistence helpers and SQLite-backed stores
  • Remoting support
  • Typed streams

Installation

Add this to your shard.yml:

dependencies:
  movie:
    github: mikeoz32/movie

Usage

require "movie"

Development

Run specs:

crystal spec spec/movie -Dpreview_mt -Dexecution_context

API