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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
stackless-dev
/
stacklesslib
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
5
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 26, 2020
Update README.md
kristjanvalur
authored
fc48c2d
View commit details
Copy full SHA for fc48c2d
Browse repository at this point
adding .gitignore
kristjanvalur
committed
8ecb6cc
View commit details
Copy full SHA for 8ecb6cc
Browse repository at this point
Commits on May 12, 2014
Merge
kristjanvalur
committed
056d339
View commit details
Copy full SHA for 056d339
Browse repository at this point
Renaming qchannel to QueueChannel. Stackless uses non-recommended
Show description for 6ac0537
kristjanvalur
committed
6ac0537
View commit details
Copy full SHA for 6ac0537
Browse repository at this point
Add a max_len argument to qchannel. This, if zero or positive, puts
Show description for 5072f83
kristjanvalur
committed
5072f83
View commit details
Copy full SHA for 5072f83
Browse repository at this point
Commits on May 9, 2014
Add the WaitChannel thing to stacklesslib.wait
kristjanvalur
committed
7d3e541
View commit details
Copy full SHA for 7d3e541
Browse repository at this point
Clean up wait a bit. Raise TimeoutError by default but provide a
Show description for aabe0d0
kristjanvalur
committed
aabe0d0
View commit details
Copy full SHA for aabe0d0
Browse repository at this point
Commits on May 8, 2014
Fix error semantics of ValueTasklet. TaskletExit is converted to
Show description for c879165
kristjanvalur
committed
c879165
View commit details
Copy full SHA for c879165
Browse repository at this point
Restructure a tiny bit. Add the "any" and "all" functions to the wait
Show description for 6a67bc4
kristjanvalur
committed
6a67bc4
View commit details
Copy full SHA for 6a67bc4
Browse repository at this point
Commits on May 7, 2014
Add the Observer object to the wait module. A waitable that watches
Show description for 8a250d8
kristjanvalur
committed
8a250d8
View commit details
Copy full SHA for 8a250d8
Browse repository at this point
Commits on May 5, 2014
Change some attribute names
kristjanvalur
committed
0d1c7c7
View commit details
Copy full SHA for 0d1c7c7
Browse repository at this point
Commits on May 2, 2014
Merge
kristjanvalur
committed
9537cb0
View commit details
Copy full SHA for 9537cb0
Browse repository at this point
the Future now uses the WaitSite to implement its wait.
kristjanvalur
committed
7ec8223
View commit details
Copy full SHA for 7ec8223
Browse repository at this point
Change wait protocol. The waiter must call remove_done_callback himself.
Show description for 7960dbf
kristjanvalur
committed
7960dbf
View commit details
Copy full SHA for 7960dbf
Browse repository at this point
Fix greenlet unittests
kristjanvalur
committed
06b0a41
View commit details
Copy full SHA for 06b0a41
Browse repository at this point
Commits on Apr 30, 2014
Simplify any_result
kristjanvalur
committed
06a6b62
View commit details
Copy full SHA for 06a6b62
Browse repository at this point
Commits on Apr 20, 2014
Fix startup behaviour of greenlets with a subclassed "run" method.
kristjanvalur
committed
40013d5
View commit details
Copy full SHA for 40013d5
Browse repository at this point
Commits on Apr 18, 2014
Minor fixes to the greenlet module. It now works with gevent.
kristjanvalur
committed
6668ce4
View commit details
Copy full SHA for 6668ce4
Browse repository at this point
Commits on Apr 16, 2014
fix the greenlet module. Now runs, based off stackless
kristjanvalur
committed
1348fd8
View commit details
Copy full SHA for 1348fd8
Browse repository at this point
Commits on Apr 15, 2014
moving the test
kristjanvalur
committed
f93e6db
View commit details
Copy full SHA for f93e6db
Browse repository at this point
Adding the greenlet.py from the tealet project. This will then be modified.
kristjanvalur
committed
fec6269
View commit details
Copy full SHA for fec6269
Browse repository at this point
minor fix
kristjanvalur
committed
8da1fc3
View commit details
Copy full SHA for 8da1fc3
Browse repository at this point
Merge
kristjanvalur
committed
ab90683
View commit details
Copy full SHA for ab90683
Browse repository at this point
Enhance event queue to work consistently with events from a past time
kristjanvalur
committed
f4c7bb5
View commit details
Copy full SHA for f4c7bb5
Browse repository at this point
increase wait a bit for better unittest consistency
kristjanvalur
committed
a1a82b0
View commit details
Copy full SHA for a1a82b0
Browse repository at this point
Restructure, using SignalChannel in the future module
kristjanvalur
committed
25b19b4
View commit details
Copy full SHA for 25b19b4
Browse repository at this point
Commits on Apr 3, 2014
Add monkeypatching utility functions for future work with monkeypatch.py
kristjanvalur
committed
773772a
View commit details
Copy full SHA for 773772a
Browse repository at this point
Adding documentation folder with initial config
kristjanvalur
committed
9f3134a
View commit details
Copy full SHA for 9f3134a
Browse repository at this point
Commits on Mar 31, 2014
Fix class inheritance in Thread to support old tasklet inheritance style.
kristjanvalur
committed
edd27fe
View commit details
Copy full SHA for edd27fe
Browse repository at this point
Restore inheritance compatibility with old stackless for the
Show description for 6ee41f9
kristjanvalur
committed
6ee41f9
View commit details
Copy full SHA for 6ee41f9
Browse repository at this point
Commits on Mar 3, 2014
Various fixes found with pylint
kristjanvalur
committed
714f3bd
View commit details
Copy full SHA for 714f3bd
Browse repository at this point
Restructure the async module. Now uses tasklet.switch() if available.
kristjanvalur
committed
5f09379
View commit details
Copy full SHA for 5f09379
Browse repository at this point
Let the futures module use the SignalChannel
kristjanvalur
committed
d1a93bc
View commit details
Copy full SHA for d1a93bc
Browse repository at this point
Commits on Feb 28, 2014
Remove the "scheduling mode" thing, and create a simple "SignalChannel"
Show description for be5c816
kristjanvalur
committed
be5c816
View commit details
Copy full SHA for be5c816
Browse repository at this point
Commits on Feb 26, 2014
Add a 2to3 step to setup.py
Show description for 77a0065
kristjanvalur
committed
77a0065
View commit details
Copy full SHA for 77a0065
Browse repository at this point
Previous
Next
You can’t perform that action at this time.