Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Side by Side Diff: third_party/asio/README.chromium

Issue 2242483003: Add asio's coroutine.hpp for C++ coroutine support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android compatible is yes, per xam@ Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/asio/OWNERS ('k') | third_party/asio/src/asio/coroutine.hpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Name: Asio C++ library (just coroutine.hpp)
2 Short Name: libasio
3 URL: http://think-async.com/
4 Version: 0
5 Date: 2015-05-10
6 Revision: 45124f33b8d3af79011735f60c0dbe354c4982fc
7 License: Boost Software License - Version 1.0 - August 17th, 2003
8 License File: LICENSE_1_0.txt
9 Security Critical: yes
10 License Android Compatible: yes
11
12 Description:
13 Support coroutines in C++
14 (The bigger package is for async I/O in general, but we only import the
15 coroutine part)
16
17 Local Modifications:
18 Only includes the coroutine part of the asio library
OLDNEW
« no previous file with comments | « third_party/asio/OWNERS ('k') | third_party/asio/src/asio/coroutine.hpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698