summaryrefslogtreecommitdiff
path: root/socket/readme
diff options
context:
space:
mode:
authorAlejandro W. Sior <aho@sior.be>2023-06-25 11:13:48 +0200
committerAlejandro W. Sior <aho@sior.be>2023-06-25 11:13:48 +0200
commit35dc4c496075df44efeba617e6283b6425dcc133 (patch)
tree87ba1f51d8e21b4fde08b4eb1eb9a710781b1c4f /socket/readme
initial commitHEADmaster
Diffstat (limited to 'socket/readme')
-rw-r--r--socket/readme6
1 files changed, 6 insertions, 0 deletions
diff --git a/socket/readme b/socket/readme
new file mode 100644
index 0000000..0046460
--- /dev/null
+++ b/socket/readme
@@ -0,0 +1,6 @@
+The [[socket]] module introduces a structure
+called a socket, whose purpose is to be able
+to dispatch a function call to an arbitrary
+number of handlers. Those handlers can be
+connected and disconnected from the socket
+dynamically.