aboutsummaryrefslogtreecommitdiff
path: root/carboxyl/signal
diff options
context:
space:
mode:
author2015-06-29 20:16:15 +0000
committer2015-06-29 20:16:15 +0000
commit64106c4d3d4ddba8c7bc2af75376e6d3d3d75601 (patch)
tree8c64d6e8be006486d975a651505fbbde61365cd6 /carboxyl/signal
downloadirsc-gh-pages.tar.gz
irsc-gh-pages.tar.xz
irsc-gh-pages.zip
Update documentationgh-pages
Diffstat (limited to 'carboxyl/signal')
-rw-r--r--carboxyl/signal/index.html0
-rw-r--r--carboxyl/signal/sidebar-items.js1
-rw-r--r--carboxyl/signal/struct.Signal.html10
-rw-r--r--carboxyl/signal/struct.SignalMut.html10
4 files changed, 21 insertions, 0 deletions
diff --git a/carboxyl/signal/index.html b/carboxyl/signal/index.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/carboxyl/signal/index.html
diff --git a/carboxyl/signal/sidebar-items.js b/carboxyl/signal/sidebar-items.js
new file mode 100644
index 0000000..452ea30
--- /dev/null
+++ b/carboxyl/signal/sidebar-items.js
@@ -0,0 +1 @@
+initSidebarItems({"struct":[["Signal","A continuous signal that changes over time."],["SignalMut","Signal variant using inner mutability for efficient in-place updates."]]}); \ No newline at end of file
diff --git a/carboxyl/signal/struct.Signal.html b/carboxyl/signal/struct.Signal.html
new file mode 100644
index 0000000..34bb4ea
--- /dev/null
+++ b/carboxyl/signal/struct.Signal.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="refresh" content="0;URL=../../carboxyl/struct.Signal.html">
+</head>
+<body>
+ <p>Redirecting to <a href="../../carboxyl/struct.Signal.html">../../carboxyl/struct.Signal.html</a>...</p>
+ <script>location.replace("../../carboxyl/struct.Signal.html" + location.search + location.hash);</script>
+</body>
+</html> \ No newline at end of file
diff --git a/carboxyl/signal/struct.SignalMut.html b/carboxyl/signal/struct.SignalMut.html
new file mode 100644
index 0000000..9a55706
--- /dev/null
+++ b/carboxyl/signal/struct.SignalMut.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="refresh" content="0;URL=../../carboxyl/struct.SignalMut.html">
+</head>
+<body>
+ <p>Redirecting to <a href="../../carboxyl/struct.SignalMut.html">../../carboxyl/struct.SignalMut.html</a>...</p>
+ <script>location.replace("../../carboxyl/struct.SignalMut.html" + location.search + location.hash);</script>
+</body>
+</html> \ No newline at end of file