Module netidx::subscriber[][src]

Structs

Dval

Dval is a durable value subscription. it behaves just like Val, except that if it dies a task within subscriber will attempt to resubscribe. The resubscription process goes through the entire resolution and connection process again, so Dval is robust to many failures. For example,

DvalWeak
NoSuchValue
PermissionDenied
SubId
SubscribeFlags
Subscriber

create subscriptions

UpdatesFlags
Val

A non durable subscription to a value. If all user held references to Val are dropped then it will be unsubscribed.

ValWeak

Enums

Event
Typ
Value

Traits

FromValue