projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c083b0
)
Update Overview.md
author
denisspb
<samoilov@gmail.com>
Wed, 30 Oct 2013 17:27:00 +0000
(10:27 -0700)
committer
Sara 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
patch
|
blob
|
history
diff --git
a/folly/docs/Overview.md
b/folly/docs/Overview.md
index a47d24d8261e1702301565d848be92611aec4ba7..db12cf3c94f33b23a02326671ae9e43db04ee06b 100644
(file)
--- 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.