Module MemCache::EventedServer
In: lib/memcache/event_machine.rb

Since we are working in a single Thread, multiple Fiber environment, disable the multithread Mutex as it will not work.

 DEFAULT_OPTIONS[:multithread] = false

Methods

close   fiber_key   socket  

Public Instance methods

[Validate]