thread 0.1.1
thread: ^0.1.1 copied to clipboard
A simple Isolated Thread wrapped with a type-safe Event Emitter for easier asynchronous communication. Setup events for the thread to reply to, or compute tasks individually.
0.1.1 #
- Changed:
events_emitter
andasync_signal
dependency versions to lastest
0.1.0 #
- Added:
shields.io
badges in documentation - Removed:
flutter
from package dependency
0.0.3 #
- Changed: Optional
eventEmitter
inThread
- Fixed: Wrong event
type
, in some cases
0.0.2 #
- Changed: Renamed
IsolatedThread
class toThread
0.0.1 #
- Initial release: Thread