aboutsummaryrefslogtreecommitdiff
path: root/src/core/mainloop/core_mainloop.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/mainloop/core_mainloop.md')
-rw-r--r--src/core/mainloop/core_mainloop.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/core/mainloop/core_mainloop.md b/src/core/mainloop/core_mainloop.md
new file mode 100644
index 0000000000..fee8a8179c
--- /dev/null
+++ b/src/core/mainloop/core_mainloop.md
@@ -0,0 +1,10 @@
+@dir /core/mainloop
+@brief core/mainloop: Non-onion-routing mainloop functionality
+
+This module uses the event-loop code of \refdir{lib/evloop} to implement an
+asynchronous connection-oriented protocol handler.
+
+The layering here is imperfect: the code here was split from \refdir{core/or}
+without refactoring how the two modules call one another. Probably many
+functions should be moved and refactored.
+