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 }}
misak113
/
aperol
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
2
Code
Issues
6
Pull requests
8
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
AsyncIterator instead of Observable & native async/await for resolve promises
- #1
#1
Open
misak113
wants to merge 17 commits into
master
misak113/aperol:master
from
next
misak113/aperol:next
Copy head branch name to clipboard
Conversation
Commits
17
(17)
Checks
Files changed
Open
AsyncIterator instead of Observable & native async/await for resolve promises
#1
misak113
wants to merge 17 commits into
master
misak113/aperol:master
from
next
misak113/aperol:next
Copy head branch name to clipboard
Commits
Commits on Nov 20, 2017
Change README doc for new interface using asyncIterators instead of observables
Show description for e74783f
misak113
committed
e74783f
View commit details
Copy full SHA for e74783f
Browse repository at this point
Change implementation & interface of modelSaga to accept only asyncIterator instead of iterator
Show description for 2692fb3
misak113
committed
2692fb3
View commit details
Copy full SHA for 2692fb3
Browse repository at this point
Add polyfill asyncIterator to exported functions
misak113
committed
5fa2b75
View commit details
Copy full SHA for 5fa2b75
Browse repository at this point
Bump version
misak113
committed
543be31
View commit details
Copy full SHA for 543be31
Browse repository at this point
Describe polyfill of asyncIterator
Show description for ad85dba
misak113
committed
ad85dba
View commit details
Copy full SHA for ad85dba
Browse repository at this point
Describe model-less saga
misak113
committed
eaf161b
View commit details
Copy full SHA for eaf161b
Browse repository at this point
Describe annotated continual side effects
misak113
committed
e486b90
View commit details
Copy full SHA for e486b90
Browse repository at this point
Describe server-side rendering without continual side-effects
misak113
committed
f33dc4d
View commit details
Copy full SHA for f33dc4d
Browse repository at this point
Make PromiseAction only extending for __promise property without I prefix of interface
misak113
committed
6349499
View commit details
Copy full SHA for 6349499
Browse repository at this point
Extract generateUid into self helper file
misak113
committed
0733220
View commit details
Copy full SHA for 0733220
Browse repository at this point
Do wait for allo promises of action are done after all saga updater actions are processed
misak113
committed
24ec380
View commit details
Copy full SHA for 24ec380
Browse repository at this point
Extract extending action with internal property to self helper file
misak113
committed
0b7a47f
View commit details
Copy full SHA for 0b7a47f
Browse repository at this point
Extend processed actions with source action & async iterator
misak113
committed
a994e9f
View commit details
Copy full SHA for a994e9f
Browse repository at this point
Add simple dispatch exported in created modelSaga
Show description for 4382ae9
misak113
committed
4382ae9
View commit details
Copy full SHA for 4382ae9
Browse repository at this point
Add getModel exported function to allow show currect sagas model
misak113
committed
4a28ab8
View commit details
Copy full SHA for 4a28ab8
Browse repository at this point
Implement running & making continual side-effects
Show description for b864ae4
misak113
committed
b864ae4
View commit details
Copy full SHA for b864ae4
Browse repository at this point
Make longer wait time in tests for promises are done
misak113
committed
166b400
View commit details
Copy full SHA for 166b400
Browse repository at this point
You can’t perform that action at this time.