Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/badboy/oppgave
/ functions
Functions
22 in github.com/badboy/oppgave
⨍
Functions
22
◇
Types & classes
7
↓ 11 callers
Method
queue
Get access to the wrapper queue
src/lib.rs:120
↓ 3 callers
Method
backup_queue
Get the full backup queue name
src/lib.rs:204
↓ 2 callers
Method
push
Push a new task to the queue
src/lib.rs:214
↓ 1 callers
Method
encode_task
(&self)
src/lib.rs:89
↓ 1 callers
Method
fail
Fail the current task and don't remove it from the backup queue
src/lib.rs:110
↓ 1 callers
Method
next
Grab the next task from the queue This method blocks and waits until a new task is available.
src/lib.rs:221
↓ 1 callers
Method
stop
Stop the underlying queue
src/lib.rs:105
Function
can_be_stopped
()
src/lib.rs:302
Function
can_enqueue
()
src/lib.rs:324
Method
decode_task
(value: &Value)
src/lib.rs:73
Function
decodes_job
()
src/lib.rs:266
Method
deref
(&self)
src/lib.rs:128
Function
does_not_drop_failed
()
src/lib.rs:343
Method
drop
(&mut self)
src/lib.rs:134
Function
getpid
Return the PID of the calling process. TODO: Does this work on Windows?
src/lib.rs:47
Method
inner
Get access to the underlying task
src/lib.rs:115
Method
is_stopped
Check if queue processing is stopped
src/lib.rs:194
Function
main
()
examples/producer.rs:14
Function
main
()
examples/worker.rs:12
Method
new
Create a new Queue for the given name
src/lib.rs:171
Function
releases_job
()
src/lib.rs:279
Method
size
Get the number of remaining tasks in the queue
src/lib.rs:209