From: denisspb Date: Wed, 30 Oct 2013 17:27:00 +0000 (-0700) Subject: Update Overview.md X-Git-Tag: v0.22.0~804 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=commitdiff_plain;h=46600f3e6df2a1dba2a5a2fe748b6af74b434531 Update Overview.md Summary: just added few words about Subprocess. Reviewed By: delong.j@fb.com Test Plan: none --- 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.