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
Timer.Context cannot be subclassed due to its private constructor. The constructor should be made protected and optionally the class should be moved out into its own top-level class TimerContext (or something similar). This would allow TimerContext to be subclassed. Alternatively, many of the classes within the framework have their interface and implementation separated. Either of these options would allow for extension where none is currently permitted.
The text was updated successfully, but these errors were encountered:
Timer.Context cannot be subclassed due to its private constructor. The constructor should be made protected and optionally the class should be moved out into its own top-level class TimerContext (or something similar). This would allow TimerContext to be subclassed. Alternatively, many of the classes within the framework have their interface and implementation separated. Either of these options would allow for extension where none is currently permitted.
The text was updated successfully, but these errors were encountered: