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
Type
/
to 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 }}
withtwoemms
/
actionpack
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
1
Code
Issues
6
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Asyncio
- #157
#157
Open
nickflink
wants to merge 10 commits into
withtwoemms:main
withtwoemms/actionpack:main
from
nickflink:asyncio
nickflink/actionpack:asyncio
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Open
Asyncio
#157
nickflink
wants to merge 10 commits into
withtwoemms:main
withtwoemms/actionpack:main
from
nickflink:asyncio
nickflink/actionpack:asyncio
Copy head branch name to clipboard
Commits
Commits on Jul 25, 2024
support python 3.11 and asyncio
nickflink
committed
ec9b843
View commit details
Copy full SHA for ec9b843
Browse repository at this point
create a failing test to iterate on
nickflink
committed
9b1adf5
View commit details
Copy full SHA for 9b1adf5
Browse repository at this point
only run asyncio if max_workers==0 and not synchronously
nickflink
committed
dc589b4
View commit details
Copy full SHA for dc589b4
Browse repository at this point
first naive implementation of a keyed generator
nickflink
committed
a61c79c
View commit details
Copy full SHA for a61c79c
Browse repository at this point
Commits on Jul 26, 2024
all tests passing
nickflink
committed
8f9f4a2
View commit details
Copy full SHA for 8f9f4a2
Browse repository at this point
no longer need inspect
nickflink
committed
f30a08b
View commit details
Copy full SHA for f30a08b
Browse repository at this point
clean up debug logging
nickflink
committed
e8264a8
View commit details
Copy full SHA for e8264a8
Browse repository at this point
Commits on Jul 28, 2024
Schedule coroutines concurrently
Aman Luqman
committed
a8570ac
View commit details
Copy full SHA for a8570ac
Browse repository at this point
Remove benchmark test and extra code
Aman Luqman
committed
dccd2e8
View commit details
Copy full SHA for dccd2e8
Browse repository at this point
Ensure exceptions are raised in asyncio.gather
Aman Luqman
committed
6f61ca9
View commit details
Copy full SHA for 6f61ca9
Browse repository at this point
You can’t perform that action at this time.