How to set a task continue with another task?

Hi, If I want to do a second task which continue with another first task,How Can I do that?

Hello,

you can use two threads with event flag maybe - EventFlags - API references and tutorials | Mbed OS 6 Documentation

BR, Jan