questions:
> 1. if_em is using taskqueue_enqueue rather than
> taskqueue_enqueue_fast. this is contrary to what "man taskqueue"
> claims. how come?
Probably a bug...
> 2. when my capture-device is closed, i need to drain the taskqueue.
> however, taskqueue_drain needs a ta
s contrary to what "man taskqueue"
claims. how come?
2. when my capture-device is closed, i need to drain the taskqueue.
however, taskqueue_drain needs a task as an argument. but i have
queued 2 different tasks on the taskqueue. what to do? i guess they
need to be processed "in orde
2 matches
Mail list logo