Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 261 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 261 Bytes

Introduction

  • plantuml
@startuml

/'
  Comment
'/

    Class Stage
    Class Timeout {
        +constructor:function(cfg)
        +timeout:function(ctx)
        +overdue:function(ctx)
        +stage: Stage
    }
    Stage <|-- Timeout

@enduml