about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-27 23:25:12 +0000
committerEric Wong <normalperson@yhbt.net>2010-12-27 23:25:59 +0000
commitef66567984780b2ce8daa155c367bcf7e049ab77 (patch)
tree4b1af5aec8a45d8364255cc74019a43e95004b38 /README
parent728496a31f34234b46d7025a23933aa06dd824f5 (diff)
downloadrainbows-ef66567984780b2ce8daa155c367bcf7e049ab77.tar.gz
We still use and define Rev internally, but that's
mostly just manual labor of converting stuff over.
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 7 insertions, 7 deletions
diff --git a/README b/README
index 06696fb..e921205 100644
--- a/README
+++ b/README
@@ -21,19 +21,19 @@ suck; differently.
 
 For network concurrency, models we currently support are:
 
-* {RevFiberSpawn}[link:Rainbows/RevFiberSpawn.html]
-* {Revactor}[link:Rainbows/Revactor.html]
-* {ThreadPool}[link:Rainbows/ThreadPool.html]
-* {Rev}[link:Rainbows/Rev.html]
-* {ThreadSpawn}[link:Rainbows/ThreadSpawn.html]
+* {Coolio}[link:Rainbows/Coolio.html]
 * {EventMachine}[link:Rainbows/EventMachine.html]
-* {RevThreadSpawn}[link:Rainbows/RevThreadSpawn.html]
 * {FiberSpawn}[link:Rainbows/FiberSpawn.html]
 * {FiberPool}[link:Rainbows/FiberPool.html]
 * {NeverBlock}[link:Rainbows/NeverBlock.html]
-* {RevThreadPool}[link:Rainbows/RevThreadPool.html]
+* {Revactor}[link:Rainbows/Revactor.html]
+* {ThreadPool}[link:Rainbows/ThreadPool.html]
+* {ThreadSpawn}[link:Rainbows/ThreadSpawn.html]
 * {WriterThreadPool}[link:Rainbows/WriterThreadPool.html]
 * {WriterThreadSpawn}[link:Rainbows/WriterThreadSpawn.html]
+* {CoolioFiberSpawn}[link:Rainbows/CoolioFiberSpawn.html]
+* {CoolioThreadPool}[link:Rainbows/CoolioThreadPool.html]
+* {CoolioThreadSpawn}[link:Rainbows/CoolioThreadSpawn.html]
 
 We have {many more on the way}[link:TODO.html] for handling network
 concurrency.  Additionally, we also use multiple processes (managed by