Mozdev
 
last changeWed, 03 Jun 2009 19:03:44 -0700
changes
4 weeks agoEdward LeeChange cb.fail() cb.throw() that also throws the data passed in to stop the caller execution. default tip
4 weeks agoEdward LeeAllow async. functions to trigger an exception at the sync. function caller by doing onComplete.fail().
4 weeks agoEdward LeePrevent outside access to internal callback data but still allow Sync to access that data.
4 weeks agoEdward LeeAdd test for passing a "this" to the sync. function and extracting the callback.
4 weeks agoEdward LeeRemove Sync().onComplete functionality changing ability and replace with Sync.withCb().
4 weeks agoEdward LeeTest using Sync with an async function that takes no arguments.
4 weeks agoEdward LeeAllow sync. functions to be called more than once and have each sync. invocation instance separate from each other.
4 weeks agoEdward LeeGive some leeway (5ms) when checking if a function took a certain amount of time to run.
4 weeks agoEdward LeeRemove Function.prototype.sync/bind and Sync.sync and replace with just Sync as the one-simple-great way to make things sync.
4 weeks agoEdward LeeTest that sync.onComplete allows async functions that indirectly take the callback through its args.
...
tags
5 months agoObservers-0.2
...
branches
4 weeks agoed73a036fd68default
...