• Setup minimal Future support - only adds futureHandler for

    Type Parameters

    • T extends IKosDataModel

    Parameters

    • model: T

    Returns void

    Kos Future

    methods Use this when you only need Future methods to work internally but don't expose the interface

    Perfect for the nozzle-model pattern where:

    • The impl class only declares futureHandler
    • The external type adds ExternalFutureInterface via intersection
    • No need for declare statements for progress/status/etc in the impl