class Async::Barrier

def size

The number of tasks currently held by the barrier.
def size
	@tasks.size
end