Project Loom: Light-weight Java Threads
In terms of primary capabilities, fibers should run an arbitrary piece of Java code, concurrently with other threads (lightweight or heavyweight), and permit the user to await their termination, namely, be part...