Skip to content

callbacks vs. events #5

@fat

Description

@fat

was dicussing "then" behavior with kenneth and was wondering if loadrunner behaved more like an event or a callback as per this post: http://dean.edwards.name/weblog/2009/03/callbacks-vs-events/

for example:

var foo = using('foo')

foo.then(handler1)
foo.then(handler2)  //<-- exception here
foo.then(handler3) //<-- will this fire
foo.then(handler4) //<-- will this fire

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions