Skip to content

Use runIfActive instead of submit in async passwords

Compare
Choose a tag to compare
@tanner0101 tanner0101 released this 30 Apr 17:32
47ad53a
This patch was authored by @mcdappdev and released by @0xTim.

Replaces the use of threadPool.submit { _ in with threadPool.runIfActive as detailed in vapor/docs#478