vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Enum TaskEvent

High level state change events for a Task

enum TaskEvent : int { ... }

Enum members

NameDescription
end Ended normally
fail Ended with an exception
postStart After the fiber has returned for the first time (by yield or exit)
preStart Just about to invoke the fiber which starts execution
resume Resumed from a prior yield
schedule Scheduled for execution
start Just about to start execution
yield Temporarily paused
Authors

Sönke Ludwig

Copyright

© 2012-2020 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.