urgent task (for type inference)
| 34 | struct normal {}; // normal task (for type inference) |
| 35 | struct urgent {}; // urgent task (for type inference) |
| 36 | struct sequence {}; // sequence tasks (for type inference) |
| 37 | |
| 38 | // function_: try to avoid heap allocation |
| 39 |
nothing calls this directly
no outgoing calls
no test coverage detected