Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ActorRef #1163

Merged
merged 73 commits into from
May 21, 2020
Merged

Add ActorRef #1163

merged 73 commits into from
May 21, 2020

Conversation

davidkpiano
Copy link
Member

@davidkpiano davidkpiano commented Apr 29, 2020

This is a substantial PR that refactors usage of the actor model to more closely mirror systems like Akka, by introducing the ActorRef, which is an interface to an actor that you can .send(...) events to.

Todo:

  • Documentation
  • Type docs
  • Changeset

@davidkpiano davidkpiano requested a review from Andarist April 29, 2020 02:28
@changeset-bot
Copy link

changeset-bot bot commented Apr 29, 2020

🦋 Changeset is good to go

Latest commit: 374d9f1

We got this.

This PR includes changesets to release 10 packages
Name Type
xstate Major
@xstate/analytics Major
@xstate/graph Major
@xstate/immer Major
@xstate/react Major
@xstate/scxml Patch
@xstate/test Major
@xstate/vue Major
@xstate/viz Patch
@xstate/viz-example Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@davidkpiano davidkpiano marked this pull request as draft April 29, 2020 14:51
@codesandbox-ci
Copy link

codesandbox-ci bot commented May 3, 2020

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 374d9f1:

Sandbox Source
suspicious-antonelli-8ptlm Configuration
musing-blackburn-1f7ic Configuration

@davidkpiano davidkpiano marked this pull request as ready for review May 19, 2020 01:54
@davidkpiano davidkpiano merged commit 2efbe3d into next May 21, 2020
@davidkpiano davidkpiano deleted the v5/actorref branch May 21, 2020 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants