Class Raindrops::Middleware::Stats
In: lib/raindrops/middleware.rb  (CVS)
Parent: Raindrops::Struct.new(:calling, :writing)

A Raindrops::Struct used to count the number of :calling and :writing clients. This struct is intended to be shared across multiple processes and both counters are updated atomically.

This is supported on all operating systems supported by Raindrops

[Validate]