promise: rename check_promise() -> has_failed()
authorBrian Norris <banorris@uci.edu>
Wed, 23 Jan 2013 19:53:33 +0000 (11:53 -0800)
committerBrian Norris <banorris@uci.edu>
Wed, 23 Jan 2013 19:58:41 +0000 (11:58 -0800)
The name "check_promise" doesn't really tell what this function is
doing. It is actually checking if the promise is unresolvable.


No differences found