I wouldn't rely on the execution order to be serial. TW uses several caches 
and queues. eg: lazy loading of tiddler content, if used with a server side 
backend. 
Also animations could / may queue up other actions. You can dig into the 
core code and see, where and how the nextTick() function 
<https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/utils/utils.js#L459>is
 
used.

Also many parts of TW have to work in the browser and with nodejs from the 
command line. nodejs is a highly asynchronous framework and so is the web 
and TW. see ajax. 

have fun!
mario

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5beed6fd-393a-4272-804f-33798e422ce1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to