Netpoll Release v0.6.0

Feature

  1. [#306] feat: lazy init pollers to avoid create any poller goroutines if netpoll is not used
  2. [#303] feat: add WithOnDisconnect callback
  3. [#300] feat: netpoll exception implement net.Error interface
  4. [#294] feat: add SetRunner option

Fix

  1. [#307] fix: ctx race when disconnect callback run with connect callback
  2. [#304] fix: connection leak when poller close connection but onRequest callback just finished
  3. [#296] fix: stop timer when read triggered by err

Chore

  1. [#302] ci: bump the version of actions/checkout and actions/setup-go