Browse Source
It probably isn't good to rely on an item that was added to a list to still be the last item, especially if we could have other async coroutines modify the list. This may not be an actual issue, but having the function explicitly return the object that it just added to the list should guarantee that we don't accidentally pull the wrong item from the end of the list later.pull/57/merge
committed by
Rapptz
2 changed files with 8 additions and 6 deletions
Loading…
Reference in new issue