molstar
Version:
A comprehensive macromolecular library.
13 lines (12 loc) • 337 B
JavaScript
/**
* Copyright (c) 2018 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* Taken/adapted from DensityServer (https://github.com/dsehnal/DensityServer)
*
* @author David Sehnal <david.sehnal@gmail.com>
*/
export const State = {
pendingQueries: 0,
shutdownOnZeroPending: false,
querySerial: 0
};