Mercurial > browser-couch
changeset 60:7fff33e9786b
Linked to web worker script file in docs.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Wed, 15 Apr 2009 09:17:55 -0700 |
parents | f36a50a6042c |
children | c4bf1cee771d |
files | js/browser-couch.js |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/js/browser-couch.js Wed Apr 15 09:10:37 2009 -0700 +++ b/js/browser-couch.js Wed Apr 15 09:17:55 2009 -0700 @@ -120,6 +120,9 @@ // for its implementation, allowing the client to take advantage of // multiple processor cores and potentially decouple the map-reduce // calculation from the user interface. +// +// The script run by spawned Web Workers is +// [[#js/worker-map-reducer.js|worker-map-reducer.js]]. function WebWorkerMapReducer(numWorkers, Worker) { if (!Worker)