Yamakaky
2017-04-08 18:18:19 UTC
Hi,
Does the return value of `on_*` have to be used or can it be ignored?
For example, is the following correct or do I have to use the return
value of `on_*` in `out()`?
```
musics = request.queue()
out(mksafe(musics))
ignore(on_end(musics, ...)
ignore(on_track(musics, ...)
```
Does the return value of `on_*` have to be used or can it be ignored?
For example, is the following correct or do I have to use the return
value of `on_*` in `out()`?
```
musics = request.queue()
out(mksafe(musics))
ignore(on_end(musics, ...)
ignore(on_track(musics, ...)
```