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 }}
uskr
/
jsonrpc-lean
Public
Notifications
You must be signed in to change notification settings
Fork
28
Star
63
Code
Issues
0
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Asyncronous Server
- #7
#7
Open
semmel
wants to merge 20 commits into
uskr:master
uskr/jsonrpc-lean:master
from
semmel:async-server
semmel/jsonrpc-lean:async-server
Copy head branch name to clipboard
Conversation
Commits
20
(20)
Checks
Files changed
Open
Asyncronous Server
#7
semmel
wants to merge 20 commits into
uskr:master
uskr/jsonrpc-lean:master
from
semmel:async-server
semmel/jsonrpc-lean:async-server
Copy head branch name to clipboard
Commits
Commits on Nov 21, 2016
Resolve 'memset' not declared compiler error on Ubuntu 16
semmel
committed
92ba4ca
View commit details
Copy full SHA for 92ba4ca
Browse repository at this point
Commits on Jul 17, 2018
Merge pull request #1 from uskr/master
Show description for f4374b3
semmel
authored
f4374b3
View commit details
Copy full SHA for f4374b3
Browse repository at this point
Commits on Jul 19, 2018
Added async-server branch
semmel
committed
0521e56
View commit details
Copy full SHA for 0521e56
Browse repository at this point
Commits on Jul 20, 2018
chore (examples): added makefile
Show description for f93e543
semmel
committed
f93e543
View commit details
Copy full SHA for f93e543
Browse repository at this point
Commits on Jul 21, 2018
wip (async server): server writes values of futures as formatted data
semmel
committed
ea1d161
View commit details
Copy full SHA for ea1d161
Browse repository at this point
Commits on Jul 23, 2018
feat (async server): Can now dispatch to methods which return jsonrpc::Value compatible type futures.
semmel
committed
1e1b45f
View commit details
Copy full SHA for 1e1b45f
Browse repository at this point
fix (async server): Can now also async handle request even if the method dispatched to is not asynchronous. i.e does not return a future
semmel
committed
fc21502
View commit details
Copy full SHA for fc21502
Browse repository at this point
Commits on Jul 24, 2018
chore (build): exclude binary artifacts
semmel
committed
101c00a
View commit details
Copy full SHA for 101c00a
Browse repository at this point
chore (build): fixed testclient target
semmel
committed
460fe8e
View commit details
Copy full SHA for 460fe8e
Browse repository at this point
chore (build): fixed symbolic boost library links in makefile
semmel
committed
608c786
View commit details
Copy full SHA for 608c786
Browse repository at this point
Commits on Jul 25, 2018
docu (API): updated readme explaining asynchronous server
semmel
committed
c3a6f3c
View commit details
Copy full SHA for c3a6f3c
Browse repository at this point
docu (API): fixed indentation
semmel
committed
d11d199
View commit details
Copy full SHA for d11d199
Browse repository at this point
docu (API): added example of invoking a synchronous method with the asynchronous handler
semmel
committed
e7472c1
View commit details
Copy full SHA for e7472c1
Browse repository at this point
Commits on Jul 27, 2018
docu (Readme): small improvements in the documentation
semmel
committed
6a17b2c
View commit details
Copy full SHA for 6a17b2c
Browse repository at this point
docu (Readme): fix the example
semmel
committed
f15c74b
View commit details
Copy full SHA for f15c74b
Browse repository at this point
Commits on Aug 22, 2018
hack (JSON format): disabled interpreting strings as date
semmel
committed
6a0f785
View commit details
Copy full SHA for 6a0f785
Browse repository at this point
Commits on Sep 26, 2018
jsonrpc response errors resulting from exceptions now report the numeric error code if std::system_error is thrown
semmel
committed
4215abc
View commit details
Copy full SHA for 4215abc
Browse repository at this point
The data field in response errors is used for the std::system_error category name
semmel
committed
0425c5b
View commit details
Copy full SHA for 0425c5b
Browse repository at this point
Commits on Sep 28, 2018
Removed conversion of std::out_of_range exception to JSON-RPC-'Invalid params' error for method invocation
semmel
committed
97d911c
View commit details
Copy full SHA for 97d911c
Browse repository at this point
Commits on Dec 18, 2018
support for methods returning future<void>
semmel
committed
cb6a5c2
View commit details
Copy full SHA for cb6a5c2
Browse repository at this point
You can’t perform that action at this time.