class Maildir::UniqueName

Defined in:

unique_name.cr

Constant Summary

COUNTER_MUTEX = Mutex.new

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new #

Return a unique file name based on strategy


[View source]

Class Method Detail

def self.counter #

Return a thread-safe increasing counter


[View source]
def self.create #

[View source]

Instance Method Detail

def to_s #

Return the name as a string


[View source]