ajvincent / composite-collection

Composing Maps, WeakMaps, Sets and WeakSets into compiled classes
Mozilla Public License 2.0
1 stars 0 forks source link

Generalize BuildPromise with a BuildPromiseSet class #86

Closed ajvincent closed 2 years ago

ajvincent commented 2 years ago

Right now, BuildPromise assumes it's a singleton, with static properties like main. This can be a problem when two projects want to run the Driver in the same NodeJS session...