gajus / turbowatch

Extremely fast file change detector and task orchestrator for Node.js.
Other
943 stars 23 forks source link

Add timeout attribute #6

Open gajus opened 1 year ago

gajus commented 1 year ago

Use case:

Interrupt stuck builds.

API:

{
  timeout?: number,
}

Considerations: