The FormFiber provides a seamless integration between dedicated UI threads and Retlang Fibers. Since its release, Retlang has proven to be a clean api for writing loosely coupled, thread safe UI components. The FormFiber is the first class in the framework that provides explicit support for UI threads. This integrates UI threads with Retlang channels to fully leverage the powerful subscription, batching, and scheduling capabilities provided to all Fibers.
The FormFiber can be used with any component that implements the ISynchronizeInvoke interface.
Thanks to Graham for providing the implementation and getting the release out.
Any and all feedback is appreciated.
Mike Rettig