Merge branch 'master' of github.com:jboner/akka
This commit is contained in:
commit
d2c80a4b54
1 changed files with 1 additions and 1 deletions
|
|
@ -610,7 +610,7 @@ sealed trait Future[+T] {
|
|||
}
|
||||
|
||||
/**
|
||||
* Returns the current result, throws the exception is one has been raised, else returns None
|
||||
* Returns the current result, throws the exception if one has been raised, else returns None
|
||||
*/
|
||||
final def resultOrException: Option[T] = {
|
||||
val v = value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue