The HTTP server now offers a way to await its shutdown. The Terminator actor no longer uses some actor system and execution context but takes VerificationExecutionContext. However, the execution context is not terminated but is an obligation of clients to terminate when appropriate.
The HTTP server now offers a way to await its shutdown. The Terminator actor no longer uses some actor system and execution context but takes
VerificationExecutionContext
. However, the execution context is not terminated but is an obligation of clients to terminate when appropriate.