jonboulle / clockwork

a fake clock for golang
Apache License 2.0
656 stars 58 forks source link

Add BlockUntilContext to clockwork.FakeClock. #66

Closed DPJacques closed 1 year ago

DPJacques commented 1 year ago

This allows users to use BlockUntilContext and reason about what went wrong.

In addition, comments are moved from unexported structs to the exported interface.