Last updated:
0 purchases
elemental isolates
elemental isolate runner #
Run ZIO's in isolates.
import 'package:elemental/elemental.dart';
import 'package:elemental_isolates/elemental_isolates.dart';
IO.succeed('Hello from isolate')
.onIsolate
.zipRight(IO.logInfo("Back on the main thread!"))
.run()
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.