adding todo fibers

This commit is contained in:
denihs
2023-02-06 14:57:08 -04:00
parent f650be7b89
commit cabfe8f522

View File

@@ -78,7 +78,7 @@ OplogHandle = function (oplogUrl, dbName) {
self._workerActive = false;
const shouldAwait = self._startTailing();
//TODO Why wait?
//TODO[fibers] Why wait?
};
Object.assign(OplogHandle.prototype, {