How to set Node.js fibers blocking

I'm trying to create a more synchronized db module using node-mongodb-native. Currently stuck on fiberizing a db.open

Any suggestions? thanks.