Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ is_open
Method
is_open
crates/hyperqueue/src/server/job.rs:176–178 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
174
175
#[inline]
176
pub fn is_open(&self) -> bool {
177
self.is_open
178
}
179
180
pub fn close(&mut self, senders: &Senders) {
181
self.is_open = false;
Callers
7
job_status
Function · 0.45
output_job_list
Function · 0.45
wait_for_jobs
Function · 0.45
is_terminated
Method · 0.45
check_termination
Method · 0.45
handle_job_close
Function · 0.45
handle_submit
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected