Enumeration Casevapor 4.114.1Vapor
shared(_:)
Application.swift:106case shared(EventLoopGroup)
case shared(EventLoopGroup)
s5Vapor11ApplicationC22EventLoopGroupProviderO6sharedyAE7NIOCore0cdE0_pcAEmF
What are these?90O8I
import Vapor
Vapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
enum EventLoopGroupProvider
final class Application
Core type representing a Vapor application.
protocol EventLoopGroup : AnyObject, _NIOPreconcurrencySendable
Provides an endless stream of EventLoop
s to use.
case createNew