K2Informatics.Erlnet.OtpActorMbox.deliver C# (CSharp) Method

deliver() public method

public deliver ( OtpMsg m ) : void
m OtpMsg
return void
        public override void deliver(OtpMsg m)
        {
            base.deliver(m);
            sched.notify(this);
        }