Rename Fiber::this() to Fiber::getCurrent()
Update tests and examples
Refactor FiberScheduler
Swap static constructor for regular constructor
Refactor suspending Use Fiber::this() to get the currently executing fiber, then only pass the FiberScheduler to Fiber::suspend().
Add simple examples