Skip to content

0.0.1

Compare
Choose a tag to compare
@ephemer ephemer released this 26 Oct 14:21
· 4 commits to main since this release

Initial release

Restrictions:

  • Only one DistributedActor can be initialized via MyWebWorker.new() per worker instance.
  • In general, only one instance of a DistributedActor type can be instantiated per host (i.e. they act as singletons)
  • Documentation missing
  • Error handling minimal
  • No tests