elemental_isolates

Last updated:

0 purchases

elemental_isolates Image
elemental_isolates Images
Add to Cart

Description:

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.