//
pkg.gl
Category
github.com/no-src/gofs
wait
package
0.8.2
Repository:
https://github.com/no-src/gofs.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
6
Files
52 SLOC
#
Functions
NewWaitDone
NewWaitDone create an instance of WaitDone to support execute the work synchronously.
#
Interfaces
Done
Done support to mark the work as done.
Wait
Wait the interface that implements execute work synchronously.
WaitDone
WaitDone support to execute the work synchronously and mark the work as done.