Input::Mailbox

This commit is contained in:
Quaternions 2023-10-19 22:56:11 -07:00
parent 407b322664
commit 6eaec7d6a6

View File

@ -21,6 +21,8 @@ enum Input{
//worker stops querying when Query function returns None and dies after all threads complete
//lifetimes sound crazy on this one
Query,
//Queue of length one, the input is replaced if it is submitted twice before the current work finishes
Mailbox,
}
//WorkerOutput
enum Output{