rdaum / moor

A system for building shared, programmable, online spaces. Compatible with LambdaMOO.
GNU General Public License v3.0
158 stars 8 forks source link

Unit tests for scheduler and tasks. #259

Open github-actions[bot] opened 7 months ago

github-actions[bot] commented 7 months ago

https://github.com/rdaum/moor/blob/47435a1442a1f5532c23944029e90982baa99bff/crates/kernel/src/tasks/task.rs#L721


    Ok(None)
}

// TODO: Unit tests for scheduler and tasks.
rdaum commented 2 months ago

There are some initial tests for Task, but not for the Scheduler loop itself (which would be trickier)