Mongoose findOneAndUpdate concurrency

I would like to use the

findAndUpdate

method in mongo to generate a sequence. This works just fine as long as mongodb/mongoose only allows one query to be executed at a time per table/collection.