Help playing sounds using arsd.simpleaudio

Murilo murilomiranda92 at hotmail.com
Sun Sep 29 21:06:02 UTC 2019


On Sunday, 29 September 2019 at 20:57:09 UTC, Adam D. Ruppe wrote:
> On Sunday, 29 September 2019 at 20:51:40 UTC, Murilo wrote:
>> Are you sure it is like this:
>
> join waits for it to finish before returning. You need to stop 
> before joining otherwise join may never return.

Alright, thanks. So let me see if I get this straight, .stop() 
will stop the thread and then .join() will return. But what 
exactly does .join() return?


More information about the Digitalmars-d-learn mailing list