aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/iomgr/README.md')
-rw-r--r--src/core/lib/iomgr/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/README.md b/src/core/lib/iomgr/README.md
new file mode 100644
index 0000000000..9b22b76ceb
--- /dev/null
+++ b/src/core/lib/iomgr/README.md
@@ -0,0 +1,6 @@
+# iomgr
+
+Platform abstractions for I/O (mostly network).
+
+Provides abstractions over TCP/UDP I/O, file loading, polling, and concurrency
+management for various operating systems.