You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, just wondering how I can schedule work on specific threads, specifically the program's main thread? For example, I want to do certain map operations (here I use do_action) on separate threads, then use on_next the main thread. My reference to CurrentThreadScheduler seems to change once the ThreadPoolSchedulers are used - is this intended behaviour?
Hi there, just wondering how I can schedule work on specific threads, specifically the program's main thread? For example, I want to do certain map operations (here I use
do_action
) on separate threads, then useon_next
the main thread. My reference to CurrentThreadScheduler seems to change once the ThreadPoolSchedulers are used - is this intended behaviour?Here is some example code:
Output:
Desired Output:
The text was updated successfully, but these errors were encountered: