ACTOR
2018-06-17 14:48:48 3 举报
rust actix
作者其他创作
大纲/内容
Addr
ReceiverTask
SpawnHandle
(usize)
AddressSender
ActorWaitItem
Actor
type Context:ActorContext;
SenderTask
EnvelopeProxy
type Actor: Actor;
Message
type Result: 'static;
ContextImplA:Actor; A::Context: AsyncContext
AsyncContext:ActorContext
Context
inner:ContextImpl
Supervised: Actor
Envelope
(BoxEnvelopeProxy + Send)
ActorFuture
type Item; type Error;type Actor: Actor;
Inner
EnvelopeProxy:处理message
AddressReceiver
ContextFlags
STARTED RUNNING STOPPING STOPPED MODIFIED
0 条评论
回复 删除
下一页