Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
goodboy
/
tractor
Public
Notifications
You must be signed in to change notification settings
Fork
15
Star
310
Code
Issues
163
Pull requests
20
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Actor state via messages
- #190
#190
Draft
goodboy
wants to merge 16 commits into
main
goodboy/tractor:main
from
actor_state_via_messages
goodboy/tractor:actor_state_via_messages
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Draft
Actor state via messages
#190
goodboy
wants to merge 16 commits into
main
goodboy/tractor:main
from
actor_state_via_messages
goodboy/tractor:actor_state_via_messages
Copy head branch name to clipboard
Commits
Commits on Jan 24, 2021
Add our version of the std lib's "worker pool"
Show description for 9fae34a
goodboy
committed
9fae34a
View commit details
Copy full SHA for 9fae34a
Browse repository at this point
Make new paralellism example space
goodboy
committed
da27d96
View commit details
Copy full SHA for da27d96
Browse repository at this point
Remove use of tractor.run()
goodboy
committed
f715a0c
View commit details
Copy full SHA for f715a0c
Browse repository at this point
Yield results on demand using a mem chan
goodboy
committed
a10c4b1
View commit details
Copy full SHA for a10c4b1
Browse repository at this point
More comments
goodboy
committed
dae154e
View commit details
Copy full SHA for dae154e
Browse repository at this point
Add concise readme example
goodboy
committed
582eda4
View commit details
Copy full SHA for 582eda4
Browse repository at this point
Contain the error
goodboy
committed
47651ea
View commit details
Copy full SHA for 47651ea
Browse repository at this point
Run parallel examples
goodboy
committed
5db737d
View commit details
Copy full SHA for 5db737d
Browse repository at this point
Add `aclosing()` around asyn gen loop
goodboy
committed
2ed071c
View commit details
Copy full SHA for 2ed071c
Browse repository at this point
Ignore type checks on stdlib overrides
goodboy
committed
5da86a0
View commit details
Copy full SHA for 5da86a0
Browse repository at this point
Fix more stdlib typing issues with latest mypy
goodboy
committed
ce61230
View commit details
Copy full SHA for ce61230
Browse repository at this point
Add an actor "state mutation" via messages example
goodboy
committed
7f8c5cd
View commit details
Copy full SHA for 7f8c5cd
Browse repository at this point
Use a global dataclass instead, cuz we like "objects"?
goodboy
committed
47d7b60
View commit details
Copy full SHA for 47d7b60
Browse repository at this point
Commits on Jan 25, 2021
Add class style "actors" example with client proxy API
goodboy
committed
70c7e09
View commit details
Copy full SHA for 70c7e09
Browse repository at this point
Commits on Jan 27, 2021
Add a super basic supervisor/restart example
goodboy
committed
4a4a786
View commit details
Copy full SHA for 4a4a786
Browse repository at this point
Stash the type string from remote errors
goodboy
committed
f1acbd9
View commit details
Copy full SHA for f1acbd9
Browse repository at this point
You can’t perform that action at this time.