Let Dedicated EThreads use `EThread::schedule` (#7228)

`EThread::schedule_local` allows calls from `Dedicated` `EThreads` by
scheduling events on the `ET_CALL` pool. This change brings the same
behavior to the `EThread::schedule` function.
1 file changed