I've used my first Fibers today, it almost felt to...
# quasar
j
I've used my first Fibers today, it almost felt too easy ... unless I'm doing it wrong?
println(fiber @Suspendable { blockingCodeGoesHere }.get())
I see in the docs under Pulsar, it's mentioned that certain libraries are compiled to use Fibers, what does that mean, did they search replace all Threads with Fibers and all ThreadPools with Fibers as well or did they use bytecode instrumentation to modify the jar so that it uses fibers instead of threads?