codekrolik2
codekrolik2
Something like this: ``` int threadCount = 5; //ScheduledExecutorService scheduledExecutor = Executors.newScheduledThreadPool(threadCount); ScheduledExecutorService scheduledExecutor = Vertx.vertx(); ListeningScheduledExecutorService exec = MoreExecutors.listeningDecorator(scheduledExecutor); ListenableFuture unused = Futures.transform(Futures.immediateFuture("Hello world."), s -> { System.out.println(s); return...
> you would like the Vertx interface to extend ScheduledExecutorService ? Either that, or have a way to adapt is to ScheduledExecutorService. > what are the use cases ? If...
It's a universal programmable workflow engine, it can be used for any type of workloads. More details here: https://github.com/ja-css/flower
The following processes are created: Video only: ``` john 165227 8.4 0.2 375456 33984 pts/0 Sl+ 20:27 0:02 /home/john/PycharmProjects/RtspStreamer/.venv/bin/python /home/john/PycharmProjects/RtspStreamer/ffmpeg_approach_combined.py john 165254 6.4 0.3 295864 54124 pts/0 SLl+ 20:27 0:01...
Named pipes can be used as a workaround