Update Overview.md
authordenisspb <samoilov@gmail.com>
Wed, 30 Oct 2013 17:27:00 +0000 (10:27 -0700)
committerSara Golemon <sgolemon@fb.com>
Wed, 6 Nov 2013 01:35:18 +0000 (17:35 -0800)
Summary: just added few words about Subprocess.

Reviewed By: delong.j@fb.com

Test Plan: none

folly/docs/Overview.md

index a47d24d8261e1702301565d848be92611aec4ba7..db12cf3c94f33b23a02326671ae9e43db04ee06b 100644 (file)
@@ -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.