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

Pre publish #1

Merged
merged 17 commits into from
May 3, 2023
Merged

Pre publish #1

merged 17 commits into from
May 3, 2023

Conversation

blinking8888
Copy link
Owner

No description provided.

This creates a framework on how to create an Actor and allows a client
to send a request and receive a response.
Add the ability to join and abort the actor which is spawned as a task.
Working with multiple angled brackets is hard!
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.
Make shorthand types public too.
This allows implementers to call async methods from within the function.

Original Author: Clyde Atillo
`simple-actor` is already taken.
@blinking8888 blinking8888 requested a review from srwalter May 3, 2023 12:05
@blinking8888 blinking8888 self-assigned this May 3, 2023
@blinking8888 blinking8888 merged commit 9cdab52 into main May 3, 2023
@blinking8888 blinking8888 deleted the pre-publish branch May 3, 2023 12:16
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.

None yet

1 participant