Bun

interface

diagnostics_channel.BoundedChannelSubscribers

interface BoundedChannelSubscribers<ContextType extends object>

  • end: (message: ContextType) => void
  • start: (message: ContextType) => void