You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clojure has an IPending interface type for some delayed computation types such as delays, promises, and futures. Each of these types already implements the matching interfaces, so we should just explicitly add the interface.