-
Notifications
You must be signed in to change notification settings - Fork 1
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
Pre publish #1
Merged
Merged
Pre publish #1
Commits on May 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a66fd14 - Browse repository at this point
Copy the full SHA a66fd14View commit details -
This creates a framework on how to create an Actor and allows a client to send a request and receive a response.
Configuration menu - View commit details
-
Copy full SHA for da8e1e2 - Browse repository at this point
Copy the full SHA da8e1e2View commit details -
Add the ability to join and abort the actor which is spawned as a task.
Configuration menu - View commit details
-
Copy full SHA for 9b6d1c7 - Browse repository at this point
Copy the full SHA 9b6d1c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a0bf34 - Browse repository at this point
Copy the full SHA 5a0bf34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aff0ee - Browse repository at this point
Copy the full SHA 1aff0eeView commit details -
Working with multiple angled brackets is hard!
Configuration menu - View commit details
-
Copy full SHA for f126aa9 - Browse repository at this point
Copy the full SHA f126aa9View commit details -
An event is still a Request but does not expect a response to be returned from the Actor handler. There is no return channel that is needed to create the request as there is no response.
Configuration menu - View commit details
-
Copy full SHA for 20fdac9 - Browse repository at this point
Copy the full SHA 20fdac9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6115718 - Browse repository at this point
Copy the full SHA 6115718View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a43926 - Browse repository at this point
Copy the full SHA 8a43926View commit details -
Configuration menu - View commit details
-
Copy full SHA for fee10b5 - Browse repository at this point
Copy the full SHA fee10b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a7b184 - Browse repository at this point
Copy the full SHA 6a7b184View commit details -
Change Actor trait's handle method to async.
This allows implementers to call async methods from within the function. Original Author: Clyde Atillo
Configuration menu - View commit details
-
Copy full SHA for 50eaac9 - Browse repository at this point
Copy the full SHA 50eaac9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a57912b - Browse repository at this point
Copy the full SHA a57912bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d46da9c - Browse repository at this point
Copy the full SHA d46da9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e18e92 - Browse repository at this point
Copy the full SHA 5e18e92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d9a6e5 - Browse repository at this point
Copy the full SHA 2d9a6e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08d79d7 - Browse repository at this point
Copy the full SHA 08d79d7View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.