It's an optimization for when you add more tasks to the dispatch queue
which is currently executing on the current thread. Adding to the
non-thread safe LinkedList is much faster than adding to the
ConcurrentLinkedQueue.
> --
> You received this message because you are subscribed to the Google Groups
> "hawtdispatch" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
hawtdispatch...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>
--
Hiram Chirino
Engineering | Red Hat, Inc.
hchi...@redhat.com |
fusesource.com |
redhat.com
skype: hiramchirino | twitter: @hiramchirino
blog: Hiram Chirino's Bit Mojo