start new:
tmux
start new with session name:
tmux new -s myname
# from http://stackoverflow.com/questions/6499654/is-there-an-asynchronous-logging-library-for-ruby/6527134#6527134 | |
require 'thread' | |
require 'singleton' | |
require 'delegate' | |
require 'monitor' | |
class Async | |
include Singleton |