Moving comment to right section
This commit is contained in:
parent
31fbe76e06
commit
86af46fb6c
1 changed files with 2 additions and 2 deletions
|
|
@ -260,14 +260,14 @@ trait Actor {
|
|||
* self ! message
|
||||
* </pre>
|
||||
*/
|
||||
implicit final val self = context.self
|
||||
implicit final val self = context.self //MUST BE A VAL, TRUST ME
|
||||
|
||||
/**
|
||||
* The reference sender Actor of the last received message.
|
||||
* Is defined if the message was sent from another Actor, else None.
|
||||
*/
|
||||
@inline
|
||||
final def sender: ActorRef = context.sender //MUST BE A VAL, TRUST ME
|
||||
final def sender: ActorRef = context.sender
|
||||
|
||||
/**
|
||||
* Gets the current receive timeout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue