module MemCache::EventedServer

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

DEFAULT_OPTIONS[:multithread] = false