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 }}
lewissbaker
/
cppcoro
Public
Notifications
You must be signed in to change notification settings
Fork
507
Star
3.9k
Code
Issues
92
Pull requests
21
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
support for linux scheduler and timer
- #64
#64
Open
neo5167
wants to merge 38 commits into
lewissbaker:master
lewissbaker/cppcoro:master
from
neo5167:linux_scheduler_timer_support
neo5167/cppcoro:linux_scheduler_timer_support
Copy head branch name to clipboard
Conversation
Commits
38
(38)
Checks
Files changed
Open
support for linux scheduler and timer
#64
neo5167
wants to merge 38 commits into
lewissbaker:master
lewissbaker/cppcoro:master
from
neo5167:linux_scheduler_timer_support
neo5167/cppcoro:linux_scheduler_timer_support
Copy head branch name to clipboard
Commits
Commits on Jan 20, 2018
Turn off warnings about std::result_of_t usage on latest msvc compiler.
Show description for 4d1845b
lewissbaker
committed
4d1845b
View commit details
Copy full SHA for 4d1845b
Browse repository at this point
Commits on Jan 27, 2018
support for linux scheduler and timer
neo5167
committed
c549df8
View commit details
Copy full SHA for c549df8
Browse repository at this point
Commits on Feb 7, 2018
restructuring the code to reduce ifdefs
neo5167
committed
af44da4
View commit details
Copy full SHA for af44da4
Browse repository at this point
Commits on Feb 12, 2018
conforming to the white space and indentation rules.
neo5167
committed
26e6c72
View commit details
Copy full SHA for 26e6c72
Browse repository at this point
Commits on Feb 16, 2018
Update .travis.yml to refer to clang-7
Show description for 3ecdf4a
lewissbaker
authored
3ecdf4a
View commit details
Copy full SHA for 3ecdf4a
Browse repository at this point
Commits on Feb 17, 2018
Try clang-7.0 instead of clang-7 package name
lewissbaker
authored
377deb8
View commit details
Copy full SHA for 377deb8
Browse repository at this point
Commits on Feb 24, 2018
Fix clang-7 apt package names again
lewissbaker
authored
48e1ef5
View commit details
Copy full SHA for 48e1ef5
Browse repository at this point
Try setting CLANG_VERSION=7 instead of 7.0 in Travis config
lewissbaker
authored
7d0f2df
View commit details
Copy full SHA for 7d0f2df
Browse repository at this point
Commits on Feb 27, 2018
[README] Add C++ highlighting for 'schedule_on' (#67)
modocache
authored and
lewissbaker
committed
862e99d
View commit details
Copy full SHA for 862e99d
Browse repository at this point
Commits on Mar 9, 2018
Remove possible warnings with redefinitions
Show description for 936e6ee
attila0x2A
committed
936e6ee
View commit details
Copy full SHA for 936e6ee
Browse repository at this point
Commits on Mar 27, 2018
Merge pull request #71 from think-cell/redef_warnings
Show description for a19b13b
lewissbaker
authored
a19b13b
View commit details
Copy full SHA for a19b13b
Browse repository at this point
Update appveyor.yml to ignore x86 optimised failures
Show description for 4963e33
lewissbaker
authored
4963e33
View commit details
Copy full SHA for 4963e33
Browse repository at this point
Merge pull request #76 from lewissbaker/appveyor-tweaks
Show description for 53d4a06
lewissbaker
authored
53d4a06
View commit details
Copy full SHA for 53d4a06
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
Browse repository at this point
Commits on Apr 4, 2018
Merge pull request #77 from think-cell/correct_file_write
Show description for 98d98e2
lewissbaker
authored
98d98e2
View commit details
Copy full SHA for 98d98e2
Browse repository at this point
Fix typo in async_generator state description
attila0x2A
authored and
lewissbaker
committed
b0e5f76
View commit details
Copy full SHA for b0e5f76
Browse repository at this point
Commits on Apr 5, 2018
Fix io_service_fixture_with_threads: create given threads count (#75)
grishavanika
authored and
lewissbaker
committed
14ad4bd
View commit details
Copy full SHA for 14ad4bd
Browse repository at this point
Commits on Apr 6, 2018
Replace <iosfwd> with <ostream> in doctest.h to try and fix linker errors under Linux (#78)
lewissbaker
authored
bce2a72
View commit details
Copy full SHA for bce2a72
Browse repository at this point
[AppVeyor] Reenable VS 2017 Preview build variants
Show description for 5aa1cd1
lewissbaker
authored
5aa1cd1
View commit details
Copy full SHA for 5aa1cd1
Browse repository at this point
Commits on Apr 9, 2018
Link against vcruntime[d].lib instead of msvcurt[d].lib
Show description for 2492c07
lewissbaker
authored
2492c07
View commit details
Copy full SHA for 2492c07
Browse repository at this point
Commits on Apr 11, 2018
fixed the minor comments from lewis.
neo5167
committed
115aa39
View commit details
Copy full SHA for 115aa39
Browse repository at this point
Commits on Apr 12, 2018
changes for white space based on clang-format.el
neo5167
committed
e5dc2fc
View commit details
Copy full SHA for e5dc2fc
Browse repository at this point
Commits on Apr 16, 2018
copyright block
neo5167
committed
d02cab7
View commit details
Copy full SHA for d02cab7
Browse repository at this point
Commits on Jun 20, 2018
support for linux scheduler and timer
neo5167
authored and
Anirudh Badam
committed
b23f640
View commit details
Copy full SHA for b23f640
Browse repository at this point
restructuring the code to reduce ifdefs
neo5167
authored and
Anirudh Badam
committed
723c049
View commit details
Copy full SHA for 723c049
Browse repository at this point
conforming to the white space and indentation rules.
neo5167
authored and
Anirudh Badam
committed
b8db839
View commit details
Copy full SHA for b8db839
Browse repository at this point
fixed the minor comments from lewis.
neo5167
authored and
Anirudh Badam
committed
cc86c9b
View commit details
Copy full SHA for cc86c9b
Browse repository at this point
changes for white space based on clang-format.el
neo5167
authored and
Anirudh Badam
committed
343fe0a
View commit details
Copy full SHA for 343fe0a
Browse repository at this point
copyright block
neo5167
authored and
Anirudh Badam
committed
2565005
View commit details
Copy full SHA for 2565005
Browse repository at this point
rebasing with upstream master and fixing some windows bugs.
Anirudh Badam
committed
b006b04
View commit details
Copy full SHA for b006b04
Browse repository at this point
fixing merge conflicts.
Anirudh Badam
committed
7fec714
View commit details
Copy full SHA for 7fec714
Browse repository at this point
removing repeated files from cake.
Anirudh Badam
committed
87910b8
View commit details
Copy full SHA for 87910b8
Browse repository at this point
indentation fixes.
Anirudh Badam
committed
8007d4f
View commit details
Copy full SHA for 8007d4f
Browse repository at this point
indentation fixes.
Anirudh Badam
committed
ab4b9b7
View commit details
Copy full SHA for ab4b9b7
Browse repository at this point
more indentation changes. Moving from cc mode to llvm style.
Anirudh Badam
committed
d38a213
View commit details
Copy full SHA for d38a213
Browse repository at this point
reverting some changes since the functions are no longer needed.
Anirudh Badam
committed
1696936
View commit details
Copy full SHA for 1696936
Browse repository at this point
Commits on Jun 21, 2018
windows tests passing.
Anirudh Badam
committed
751232b
View commit details
Copy full SHA for 751232b
Browse repository at this point
All linux tests passing.
Ubuntu
committed
f870053
View commit details
Copy full SHA for f870053
Browse repository at this point
You can’t perform that action at this time.