[][src]Module netidx::subscriber

Structs

Batch
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,

NoSuchValue
PermissionDenied
SubId
Subscriber

create subscriptions

Val

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

ValWeak

Enums

DvState

The durable subsiption state

Value