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 }}
lineCode
/
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
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 16, 2018
Fixes to allow generator<T> to implement Range concept
Show description for 62110e8
lewissbaker
authored
62110e8
View commit details
Copy full SHA for 62110e8
View code at this point
Browse repository at this point
Commits on Oct 4, 2018
Work-in-progress round_robin_scheduler class.
lewissbaker
committed
16851b3
View commit details
Copy full SHA for 16851b3
View code at this point
Browse repository at this point
Fix typo in async_generator's fmap definition.
lewissbaker
committed
0330e66
View commit details
Copy full SHA for 0330e66
View code at this point
Browse repository at this point
Add symmetric-transfer versions of task/async_generator for clang.
Show description for b04d53c
lewissbaker
committed
b04d53c
View commit details
Copy full SHA for b04d53c
View code at this point
Browse repository at this point
Commits on Sep 10, 2018
Add async_scope class for waiting on variable number of tasks.
lewissbaker
committed
f6ceb21
View commit details
Copy full SHA for f6ceb21
View code at this point
Browse repository at this point
Fix comment copy/paste typo.
lewissbaker
committed
151cc57
View commit details
Copy full SHA for 151cc57
View code at this point
Browse repository at this point
Remove unnecessary forward declaration.
lewissbaker
committed
490e1e4
View commit details
Copy full SHA for 490e1e4
View code at this point
Browse repository at this point
Commits on Sep 7, 2018
Work around MSVC codegen bug that caused socket tests to hang
Show description for 4a284c8
lewissbaker
committed
4a284c8
View commit details
Copy full SHA for 4a284c8
View code at this point
Browse repository at this point
Add workaround for MSVC bad codegen bug.
Show description for d965af8
lewissbaker
committed
d965af8
View commit details
Copy full SHA for d965af8
View code at this point
Browse repository at this point
Fix typo in comment.
lewissbaker
committed
02d78fb
View commit details
Copy full SHA for 02d78fb
View code at this point
Browse repository at this point
Commits on Aug 21, 2018
Merge branch 'master' into sockets2
lewissbaker
authored
e23897a
View commit details
Copy full SHA for e23897a
View code at this point
Browse repository at this point
Commits on Aug 20, 2018
Merge branch 'master' into static_thread_pool
lewissbaker
authored
8357f3a
View commit details
Copy full SHA for 8357f3a
View code at this point
Browse repository at this point
Commits on Aug 17, 2018
Workaround MSVC bug that breaks when_all() and sync_wait().
Show description for 3864a04
lewissbaker
committed
3864a04
View commit details
Copy full SHA for 3864a04
View code at this point
Browse repository at this point
Commits on Aug 16, 2018
Merge branch 'master' into generic_ops
lewissbaker
committed
868c0f4
View commit details
Copy full SHA for 868c0f4
View code at this point
Browse repository at this point
Commits on Aug 9, 2018
Make static_thread_pool::schedule() declared [[nodiscard]]
lewissbaker
committed
b2b9c66
View commit details
Copy full SHA for b2b9c66
View code at this point
Browse repository at this point
Commits on Aug 6, 2018
Declare await_suspend() noinline to workaround msvc bug.
Show description for 0bf30e7
lewissbaker
committed
0bf30e7
View commit details
Copy full SHA for 0bf30e7
View code at this point
Browse repository at this point
Improvements to static_thread_pool
Show description for 9e09428
lewissbaker
committed
9e09428
View commit details
Copy full SHA for 9e09428
View code at this point
Browse repository at this point
Commits on Aug 3, 2018
Avoid use of std::hardware_destructive_interference_size.
Show description for eb8ad58
lewissbaker
committed
eb8ad58
View commit details
Copy full SHA for eb8ad58
View code at this point
Browse repository at this point
Fix static_thread_pool crashes.
Show description for 398fb1d
lewissbaker
committed
398fb1d
View commit details
Copy full SHA for 398fb1d
View code at this point
Browse repository at this point
Commits on Jul 31, 2018
WIP version of static_thread_pool.
Show description for c6d5f6a
lewissbaker
committed
c6d5f6a
View commit details
Copy full SHA for c6d5f6a
View code at this point
Browse repository at this point
Commits on Jul 17, 2018
Fixed move constructor for win32_overlapped_operation_cancellable. (#80)
Show description for d3a569f
mwinterb
authored and
lewissbaker
committed
d3a569f
View commit details
Copy full SHA for d3a569f
View code at this point
Browse repository at this point
Commits on Apr 6, 2018
Merge branch 'master' into generic_ops
lewissbaker
authored
4a66d08
View commit details
Copy full SHA for 4a66d08
View code at this point
Browse repository at this point
Commits on Apr 4, 2018
Fix typo in async_generator state description
attila0x2A
authored and
lewissbaker
committed
b0e5f76
View commit details
Copy full SHA for b0e5f76
View code at this point
Browse repository at this point
Commits on Mar 29, 2018
Correct file_write_operation's friend class
attila0x2A
committed
a4d2c7b
View commit details
Copy full SHA for a4d2c7b
View code at this point
Browse repository at this point
Commits on Jan 11, 2018
Add basic send_to/recv_from functionality to socket class.
lewissbaker
committed
16e0df5
View commit details
Copy full SHA for 16e0df5
View code at this point
Browse repository at this point
Declare socket operation factory methods to be noexcept.
lewissbaker
committed
be0c017
View commit details
Copy full SHA for be0c017
View code at this point
Browse repository at this point
Refactor async I/O operation classes to remove some duplication.
Show description for b830b08
lewissbaker
committed
b830b08
View commit details
Copy full SHA for b830b08
View code at this point
Browse repository at this point
Add some basic Win32 async socket abstractions.
Show description for 6645375
lewissbaker
committed
6645375
View commit details
Copy full SHA for 6645375
View code at this point
Browse repository at this point
Commits on Jan 8, 2018
Merge branch 'master' into generic_ops
lewissbaker
authored
a0fa1f8
View commit details
Copy full SHA for a0fa1f8
View code at this point
Browse repository at this point
Disable some tests under MSVC x86 optimised build variants.
Show description for d2bb79c
lewissbaker
authored and
Lewis Baker
committed
d2bb79c
View commit details
Copy full SHA for d2bb79c
View code at this point
Browse repository at this point
Commits on Dec 27, 2017
Fix typo in assert statement that broke debug win32 builds.
lewissbaker
committed
0b68f6f
View commit details
Copy full SHA for 0b68f6f
View code at this point
Browse repository at this point
Refactor file_read/write_operation classes for Win32.
Show description for 36be19a
lewissbaker
committed
36be19a
View commit details
Copy full SHA for 36be19a
View code at this point
Browse repository at this point
Commits on Dec 18, 2017
Add ip_address and ip[v4/v6]_endpoint.
lewissbaker
committed
338c43f
View commit details
Copy full SHA for 338c43f
View code at this point
Browse repository at this point
Commits on Dec 16, 2017
Add cppcoro::net::ipv6_address.
lewissbaker
committed
7e049f6
View commit details
Copy full SHA for 7e049f6
View code at this point
Browse repository at this point
Commits on Dec 14, 2017
Add cppcoro::net::ipv4_address
lewissbaker
committed
1c7ee92
View commit details
Copy full SHA for 1c7ee92
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.