-
Starts the provided
LifecycleItemarray. Startup is performed in the order of items provided.Declaration
Swift
public func start(on eventLoop: EventLoop) -> EventLoopFuture<Void>Parameters
eventLoopThe
eventLoopwhich is used to generate theEventLoopFuturethat is returned. After the start the future is fulfilled:
View on GitHub
Install in Dash
ComponentLifecycle Extension Reference