You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2018/08/08 01:38:39 UTC

[mesos] branch master updated: Added a libprocess video to the readme.

This is an automated email from the ASF dual-hosted git repository.

bmahler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new f6bc818  Added a libprocess video to the readme.
f6bc818 is described below

commit f6bc818541828e26b760aec1467e06d43d9f3082
Author: Benjamin Mahler <bm...@apache.org>
AuthorDate: Tue Aug 7 18:38:19 2018 -0700

    Added a libprocess video to the readme.
---
 3rdparty/libprocess/README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/3rdparty/libprocess/README.md b/3rdparty/libprocess/README.md
index f25914e..3637044 100644
--- a/3rdparty/libprocess/README.md
+++ b/3rdparty/libprocess/README.md
@@ -6,6 +6,7 @@ libprocess provides general primitives and abstractions for asynchronous program
 
 ## Table of Contents
 
+* [Presentations](#presentations)
 * [Overview](#overview)
 * [Futures and Promises](#futures-and-promises)
 * [HTTP](#http)
@@ -16,6 +17,13 @@ libprocess provides general primitives and abstractions for asynchronous program
 
 ---
 
+## <a name="presentations"></a> Presentations
+
+The following talks are recommended to get an overview of libprocess:
+
+* [libprocess, a concurrent and asynchronous programming library (San Francisco C++ Meetup)](https://www.youtube.com/watch?v=KjqaZYP0T2U)
+
+
 ## <a name="overview"></a> Overview
 
 This user guide is meant to help understand the constructs within the libprocess library. The main constructs are: