summaryrefslogtreecommitdiff
path: root/socket/readme
diff options
context:
space:
mode:
authorAlejandro W. Sior <aho@sior.be>2023-02-02 11:05:01 +0100
committerAlejandro W. Sior <aho@sior.be>2023-02-02 11:05:01 +0100
commit532df0ac7ffaaee037dbb22985e29aeca605d088 (patch)
tree46a18028c0586f5f504a8701746adae066704079 /socket/readme
chisel: initial commit
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.