From 46600f3e6df2a1dba2a5a2fe748b6af74b434531 Mon Sep 17 00:00:00 2001 From: denisspb Date: Wed, 30 Oct 2013 10:27:00 -0700 Subject: [PATCH] Update Overview.md Summary: just added few words about Subprocess. Reviewed By: delong.j@fb.com Test Plan: none --- folly/docs/Overview.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/folly/docs/Overview.md b/folly/docs/Overview.md index a47d24d8..db12cf3c 100644 --- a/folly/docs/Overview.md +++ b/folly/docs/Overview.md @@ -226,6 +226,10 @@ STL allocator wrapping a simple allocate/deallocate interface. String utilities that connect `folly::fbstring` with `std::string`. +####`Subprocess.h` + +Subprocess library, modeled after Python's subprocess module. + ####[`Synchronized.h`](Synchronized.md) High-level synchronization library. -- 2.34.1