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 }}
feiyunwill
/
cppcoro
Public
forked from
lewissbaker/cppcoro
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cppcoro
include
cppcoro
shared_task.hpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 26, 2017
Simplify shared_task reference counting.
Show description for 8ce850e
lewissbaker
committed
8ce850e
View commit details
Copy full SHA for 8ce850e
View code at this point
Browse repository at this point
Commits on Oct 4, 2017
Remove cppcoro::detail::continuation.
Show description for 0170d60
lewissbaker
committed
0170d60
View commit details
Copy full SHA for 0170d60
View code at this point
Browse repository at this point
Commits on Sep 12, 2017
Make more functions work with arbitrary awaitables.
Show description for 5ea774d
lewissbaker
committed
5ea774d
View commit details
Copy full SHA for 5ea774d
View code at this point
Browse repository at this point
Commits on Aug 19, 2017
Improvements to fmap() implementation
Show description for 8e72893
lewissbaker
committed
8e72893
View commit details
Copy full SHA for 8e72893
View code at this point
Browse repository at this point
Commits on Aug 17, 2017
Rename lazy_task -> task, shared_lazy_task -> shared_task.
Show description for bf9eb2c
lewissbaker
committed
bf9eb2c
View commit details
Copy full SHA for bf9eb2c
View code at this point
Browse repository at this point
Commits on Aug 16, 2017
Remove eager task types task<T> and shared_task<T>.
Show description for 64b0a04
lewissbaker
committed
64b0a04
View commit details
Copy full SHA for 64b0a04
View code at this point
Browse repository at this point
Commits on Aug 2, 2017
Merge branch 'master' of github.com:lewissbaker/cppcoro into clang
Show description for 4c7569c
lewissbaker
committed
4c7569c
View commit details
Copy full SHA for 4c7569c
View code at this point
Browse repository at this point
Remove hack workaround for `co_return <void-expr>` under clang.
Show description for 7513d9c
lewissbaker
committed
7513d9c
View commit details
Copy full SHA for 7513d9c
View code at this point
Browse repository at this point
Commits on Aug 1, 2017
Add when_all() and when_all_ready().
Show description for 67fea7f
lewissbaker
committed
67fea7f
View commit details
Copy full SHA for 67fea7f
View code at this point
Browse repository at this point
Rename 'resumer' class to 'continuation'.
Show description for 671ac0b
lewissbaker
committed
671ac0b
View commit details
Copy full SHA for 671ac0b
View code at this point
Browse repository at this point
Add 'value_type' typedefs to each of the task-types.
Show description for 5f5bfa9
lewissbaker
committed
5f5bfa9
View commit details
Copy full SHA for 5f5bfa9
View code at this point
Browse repository at this point
Modify task classes to support storing callback and pointer.
Show description for c22bef6
lewissbaker
committed
c22bef6
View commit details
Copy full SHA for c22bef6
View code at this point
Browse repository at this point
Commits on Jul 18, 2017
Add workarounds for broken 'co_return <void-expr>;' in Clang.
lewissbaker
committed
49ec491
View commit details
Copy full SHA for 49ec491
View code at this point
Browse repository at this point
Commits on Jul 16, 2017
Fix get_return_object() to not require explict constructor call.
Show description for 1f6c703
lewissbaker
committed
1f6c703
View commit details
Copy full SHA for 1f6c703
View code at this point
Browse repository at this point
Commits on Jun 11, 2017
Use this-> when referencing members of template base-class.
Show description for a270518
lewissbaker
committed
a270518
View commit details
Copy full SHA for a270518
View code at this point
Browse repository at this point
Remove set_exception() methods from promise types.
Show description for d269d1d
lewissbaker
committed
d269d1d
View commit details
Copy full SHA for d269d1d
View code at this point
Browse repository at this point
Commits on May 17, 2017
Conditionally disable set_exception() methods for newer MSVC versions.
Show description for 49eb9d6
lewissbaker
committed
49eb9d6
View commit details
Copy full SHA for 49eb9d6
View code at this point
Browse repository at this point
Commits on May 7, 2017
Fix cppcoro::make_shared_task() for task<void> case.
Show description for 10fc3b1
lewissbaker
committed
10fc3b1
View commit details
Copy full SHA for 10fc3b1
View code at this point
Browse repository at this point
Commits on Apr 25, 2017
Add cppcoro::shared_task<T>.
lewissbaker
committed
5710f40
View commit details
Copy full SHA for 5710f40
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.