next-change ( monitor -- change )
File system change monitors

Prev:<monitor> ( path recursive? -- monitor )
Next:(monitor) ( path recursive? mailbox -- monitor )


Vocabulary
io.monitors

Inputs
monitora monitor


Outputs
changea file-change


Generic word contract
Waits for file system changes and outputs a change descriptor for the first changed file.

Errors
Throws an error if the monitor is closed from another thread.

Definition