Monday, November 08, 2010 at 12:02 AM.

system.verbs.builtins.fileSynch.thread.wake

<<Changes
	<<7/8/06; 3:27:10 PM by DW
		<<Called from Frontier.tools.data.windowTypes.outlinerFile.save.
local (adr);
for adr in @user.filesynch.synchpoints {
	adr^.stats.whenNextCheck = date (0)};
if thread.isSleeping (system.temp.filesynch.idThread) {
	thread.wake (system.temp.filesynch.idThread)}



This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.