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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/asio/README.chromium
diff --git a/third_party/asio/README.chromium b/third_party/asio/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..bf5ecdebf6877a2f21c427e00e3890cc4b305848
--- /dev/null
+++ b/third_party/asio/README.chromium
@@ -0,0 +1,18 @@
+Name: Asio C++ library (just coroutine.hpp)
+Short Name: libasio
+URL: http://think-async.com/
+Version: 0
+Date: 2015-05-10
+Revision: 45124f33b8d3af79011735f60c0dbe354c4982fc
+License: Boost Software License - Version 1.0 - August 17th, 2003
+License File: LICENSE_1_0.txt
+Security Critical: yes
+License Android Compatible: yes
+
+Description:
+Support coroutines in C++
+(The bigger package is for async I/O in general, but we only import the
+coroutine part)
+
+Local Modifications:
+Only includes the coroutine part of the asio library
« 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