Nous sélectionnons les dépôts GitHub open-source correspondant à « Erlang libraries, tools and resources ». Les résultats sont classés par pertinence par rapport à votre recherche — utilisez les filtres ci-dessous pour affiner, ou utilisez l'IA.
OTP is a concurrent programming framework and distributed computing platform that serves as the Erlang runtime environment. It provides a fault-tolerant operating environment designed for building scalable, real-time systems that manage massive amounts of simultaneous tasks through asynchronous messaging. The environment is distinguished by its use of an actor-based concurrency model and hierarchical supervision trees that automatically restart failed processes. It supports hot code loading to allow system updates without downtime and utilizes a preemptive user-space scheduler to manage light
OTP is the core Erlang runtime and concurrent programming framework, delivering the actor-based concurrency model, supervision trees, hot code swapping, distributed node communication, and fault-tolerant design that are essential for building the concurrent, fault-tolerant applications you have in mind.