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
Update Hummingbird example to use asyncRun() API (#452)
### Motivation
Similar to #451, Hummingbird also now provides an `asyncRun() async` API
for running the server to replace the blocking `run()`. We should make
an effort to use this better API in our example that uses Hummingbird.
### Modifications
Update the Hummingbird example to use async execute() API.
### Result
The Hummingbird examples use async execute() API.
### Test Plan
CI.
Copy file name to clipboardExpand all lines: Examples/HelloWorldHummingbirdServer/Sources/HelloWorldHummingbirdServer/HelloWorldHummingbirdServer.swift
0 commit comments