Using Web Workers does not require anything special from the closure library, unless you want to start bootstrap / webworkers.js without compiling it. It is used like this
if (typeof COMPILED == 'undefined') {
CLOSURE_BASE_PATH = '../../../closure-library/closure/goog/';
importScripts(
CLOSURE_BASE_PATH + 'bootstrap/webworkers.js',
CLOSURE_BASE_PATH + 'base.js',
CLOSURE_BASE_PATH + 'deps.js',
'/your-script.js');
}
gear -. , .