Celluloid v0.9.1 Release Notes

    • Recurring timers with Celluloid#every(n) { ... }
    • Obtain UUIDs with Celluloid.uuid
    • Obtain the number of CPU cores available with Celluloid.cores
    • 0️⃣ Celluloid::Pool defaults to one actor per CPU core max by default