Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chirpstack/chirpstack
/ is_async
Method
is_async
backend/src/lib.rs:149–151 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
147
}
148
149
pub fn is_async(&self) -> bool {
150
!self.config.async_timeout.is_zero()
151
}
152
153
pub fn get_async_timeout(&self) -> Duration {
154
self.config.async_timeout
Callers
10
send_downlink_frame_passive_roaming
Method · 0.80
handle_pr_start_req
Function · 0.80
handle_pr_stop_req
Function · 0.80
handle_xmit_data_req
Function · 0.80
handle_home_ns_req
Function · 0.80
forward_uplink_for_sessions
Method · 0.80
start_pr_session
Method · 0.80
get_home_net_id
Method · 0.80
start_roaming
Method · 0.80
get_join_accept_from_js
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected