This is a sample project to demonstrate the use of Phluxor.
The purpose is to learn and understand the actor model through PHP.
classroom is a simple example of a classroom with a teacher and students.
fizzbuzz is a simple example of FizzBuzz using the actor model.
reenter is a reentrant actor example.
lifecycle is an example of the lifecycle of an actor.
PHPを通じたアクターモデルの学習、理解を目的としています。
classroom classroomは、先生と生徒がいる教室のシンプルな例です。
fizzbuzz fizzbuzzは、アクターモデルを使用したFizzBuzzのシンプルな例です。
reenter reenterは再帰アクターの例です。
lifecycle lifecycleはアクターのライフサイクルの例です。