Kaba class Fence ed

...

Syntax ed

class Fence

    # constructors
    func mut __init__(device: Device*)

    # functions
    func mut reset()
    func mut wait()

Functions ed

func mut reset()
...

func mut wait()
...