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

system.verbs.builtins.tcp.ftp.yieldProcessor

on yieldProcessor () {
	<<Changes
		<<12/14/01; 3:03:54 AM by JES
			<<On Windows and MacOS X, sleep for 1/6 sec instead of a full second. On Mac Classic, preserve current behavior.
	sys.systemTask ();
	if system.environment.isMac {
		if not system.environment.isCarbon {
			thread.sleepFor (0);
			return}};
	thread.sleepTicks (10)}



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.