0.0.1
Initial release
Restrictions:
- Only one
DistributedActor
can be initialized viaMyWebWorker.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