Sandi Metz :: @sandimetz
http://lever-rubynation.heroku.com/assets/fallback/index.html
Jeff Kunkle :: @kunklejr
http://kunklejr.github.com/nodejs-explained-pres
| defmodule CriticalResource do | |
| def start() do | |
| spawn(fn -> loop("initialize") end) | |
| end | |
| def loop(data) do | |
| MyLogger.log(:resource, "data", "", data) | |
| receive do | |
| {:read, pid, name} -> |
Sandi Metz :: @sandimetz
http://lever-rubynation.heroku.com/assets/fallback/index.html
Jeff Kunkle :: @kunklejr
http://kunklejr.github.com/nodejs-explained-pres