var fiber = ThreadFiber.CreateAndStart();
because the most time the user wants to have the Fiber startet.
So the question is, do you want something like that and how should it
look like?
Options: (For each constructor overload one method)
1. ThreadFiber.CreateAndStart()
FormFiber.CreateAndStart()
2. ThreadFiberFactory.CreateAndStart()
FormFiberFactory.CreateAndStart()
3. FiberFactory.StartedThreadFiber()
FiberFactory.StartedFormFiber()
Sentences?
Steve