You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Move the actual parsing of the command down into Task
* Try `:huh` if the parsing failed
* Clean up the error returns from the scheduler for the command path
* Clean up the task dispatching logic to use tokio select!, and a condition variable for the suspension state of the VMHost so we don't busy-loop there.
$do_command is still initiated from the daemon side, but the next step will be to fold that into the Task as well.
If command matching fails, the server should call
huh
on the current player object, if that verb exists.LambdaCore and others use this to implement "feature" objects.
The text was updated successfully, but these errors were encountered: