multi thread

  1. FrostCodes

    B4J Library [Donationware] FrostRabbitMQ Multithreaded RabbitMQ Wrapper (High-Performance Messaging)

    This is a Donationware! FrostRabbitMQ Multithreaded FrostRabbitMQ Multithreaded (High-Performance Messaging) is an advanced B4J wrapper for the RabbitMQ Java Client library. It enables B4X developers to easily integrate AMQP messaging into their applications using RabbitMQ. The original free...
  2. nirmelamoud

    Android Question Return value from a sub with a call to Wait For

    Hi, I have a sub that use Wait For in order to call rest interface, I want to make it a sync call and return value, can I do that ? or do I have to use call chain at the end and call other function with the 'return' value
  3. M

    Android Question "Heavy work" and freezing - multithread?

    Hi everyone, I've an app that need to download an huge dataset. We are talking about making a http request the return a json of 8000 rows, that need to be stored in a local SQL DB in the device. Now.. the problem is the following: downloading and storing all the rows in the DB takes a while...
Top