execute(_:)

On an EmbeddedEventLoop, execute will simply use scheduleTask with a deadline of now. This means that task will be run the next time you call EmbeddedEventLoop.run.

Embedded.swift:244
func execute(_ task: @escaping () -> Void)