tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
Subscription
tagion
tools
subscribe
Undocumented in source.
struct
Subscription {
string
address
;
string
[]
tags
;
SecureNet
net
;
uint
max_attempts
;
this
(string _address, string[] _tags, SecureNet _net);
Result
!
bool
dial
();
Result
!
Document
receive
();
}
Constructors
this
this
(string _address, string[] _tags, SecureNet _net)
Undocumented in source.
Members
Functions
dial
Result
!
bool
dial
()
Undocumented in source. Be warned that the author may not have intended to support it.
receive
Result
!
Document
receive
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
address
string
address
;
Undocumented in source.
max_attempts
uint
max_attempts
;
Undocumented in source.
net
SecureNet
net
;
Undocumented in source.
tags
string
[]
tags
;
Undocumented in source.
Meta
Source
See Implementation
tagion
tools
subscribe
functions
_main
mixins
__anonymous
structs
Subscription